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

{{ $noticia['titulo'] }}

{{----}} @if(!empty($banners) && count($banners) > 0) @endif

{{ $noticia['descripcion'] }}

@if($noticia['video_url'])
@endif
@endsection