@php $user=Auth::user(); $userIntrest=$user->getUserDetail->userIntrests ?? ''; @endphp @include('web.layouts.head') @include('web.layouts.header') @include('web.layouts.navbar') @include('web.search.timeline-header')
@include('web.search.people-intro-card');
    @foreach($postWithImages as $img) @foreach($img->postImage as $pImg) @php $extention=pathinfo($pImg->postFileUrl, PATHINFO_EXTENSION); @endphp @if($extention=="MOV" || $extention=="mp4" )
  • @endif @endforeach @endforeach
@include('web.layouts.footer')