@extends("pages.layouts.app") @section("content")

Comunicado {{$data->comunicado}}

{{ Date::parse($data->fecha)->format('d') }} de {{ ucfirst(Date::parse($data->fecha)->formatLocalized('%B'))}} {{ Date::parse($data->fecha)->format('Y') }}

@if(isset($data->foto->first()->path)) @endif

{{$data->titulo}}

    @foreach($data->descripcionComunicado as $item) @if(strlen($item->bullets) > 1)
  • {{$item->bullets}}
  • @endif @endforeach
{{-- @dd($data->texto)--}}
{!! nl2br($data->texto) !!}

GalerĂ­a

@foreach($data->foto as $item)
@endforeach
Regresa a inicio
@endsection