@extends('layouts.frontend') @section('content')
@if(isset($pdfs)) @php $count = 0; @endphp @foreach($pdfs as $post) @php $count++; @endphp
{{$post->title}}

{{$post->description}}

View Portrait View Landscape @if (Auth::check()) Download Portrait @else Download Portrait @endif @if (Auth::check()) Download Landscape @else Download Landscape @endif
@endforeach
@endif @if($count < 1)

No PDF Found!

@endif
@endsection @section("js_after") @endsection