@include('user-web.layouts.head') @include('user-web.layouts.header')
@include('user-web.layouts.sidebar')

Photos

@foreach($postFile as $img)
@php if(!empty($img->postFileUrl)){ $url='https://hapiverse.com/'.$img->postFileUrl; $extention=pathinfo($img->postFileUrl, PATHINFO_EXTENSION); } else{ $extention = ""; } @endphp @if($extention=="png" || $extention=="jpg"|| $extention=="jpeg" ) @endif
@endforeach
@include('user-web.layouts.footer')