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

{{ $especialidad['nombre'] }}

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

{!! $especialidad['descripcion_portal'] !!} @if($especialidad['video_url'])

@endif @if($especialidad['filename']) Descargar Pdf @endif @if($files) @foreach($files as $file) @endforeach
Listado de archivos
{{ $file["nombre"] }}
@endif
@endsection