@foreach ($reports as $publication)
@endif
@endforeach
{{ $reports->links() }}
{{ $publication['title'] }}
@if (!empty($publication['image']))
{!! $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') }}