@foreach ($file->folios->sortByDesc('created_at') as $folio)
Enquirer: {{ $folio->folioable->full_name }}
Check Number: {{ $folio->folioable->check_number }}
@if (strtolower(pathinfo($folio->file_path, PATHINFO_EXTENSION)) === 'pdf')
@endif
@endforeach