Publications & Reports

@foreach ($reports as $publication)

{{ $publication['title'] }}

@if (!empty($publication['image']))
{{ $publication['title'] }}
@endif
{!! $publication['description'] !!}
@if (!empty($publication['pdf_file'])) Download PDF @endif
{{ \Carbon\Carbon::parse($publication['created_at'])->format('d M Y \a\t h:i A') }}
@endforeach
{{ $reports->links() }}