@php $user=Auth::user(); $userDetail=$user->getUserDetail ?? ''; $images=$userDetail->postImages; @endphp @include('web.layouts.head') @include('web.layouts.header') @include('web.layouts.navbar')
@include('home.short-cuts')
    @foreach($images as $img) @php $extention=pathinfo($img->postFileUrl, PATHINFO_EXTENSION); @endphp @if($extention=="jpg" || $extention=="png")
  • @endif @endforeach
@include('web.layouts.footer')