@include('header') @include('sticky-header')

Downloads

Available PDFs

@if($pdfs->count() > 0)
@foreach($pdfs as $pdf)
{{ $pdf->title }}

{{ basename($pdf->file_path) }}

Uploaded at: {{ $pdf->created_at->format('d M Y, H:i') }}

@if(!empty($pdf->file_path)) Preview Download Attachment @else @endif
@endforeach
@else

No PDFs available at the moment.

@endif
@include('footer')