@if(isset($pdfs))
@php
$count = 0;
@endphp
@foreach($pdfs as $post)
@php
$count++;
@endphp
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)
@endif
{{$post->title}}
{{$post->description}}
No PDF Found!
}})