@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($videos as $video) @php $extention=pathinfo($video->postFileUrl, PATHINFO_EXTENSION); @endphp @if($extention=="MOV" || $extention=="mp4" )
@endif @endforeach
@include('web.layouts.footer')