@extends('layouts.site') @section('content') @include('frontend.common.breadcrumb')
{{--

{{ $pageTitle }}

--}}
@forelse($reports as $report)
{{ $report->title }}

{{ $report->title }}

{{ $report->short_description }}

{{ $report->created_at->diffForHumans() }} PDF View
@empty

No reports found.

@endforelse
@endsection @push('styles') @endpush