{{ __('Poject Guides') }}

{{-- list of guides --}} @php $no = 0; @endphp @forelse ($project->getMedia('project_guides') as $item) @php $no += 1; @endphp @empty @endforelse
{{$project->title}} - Guides

Here is the the list of PDF guide files

Total Amount: {{count($project->getMedia('project_guides'))}}

NO# Name View
{{$no}} {{$item->file_name}} {{-- dropdown --}} View Open in a new tab Download
{{-- PDF Preview --}}
@section('scripts') @endsection