@extends('template.portal.layout') @section('content-body')

{{ $resena['titulo'] }}

{!! $resena['descripcion'] !!}

@if(!empty($banners) && count($banners) > 0) @endif
@if($resena['video_url'])
@endif
@endsection