@include('user-web.layouts.sidebar')
@foreach($postVideo as $vid)

John Doe

10h

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Similique, animi!

@php $extention=pathinfo($vid->postFileUrl, PATHINFO_EXTENSION); $url='https://hapiverse.com/'.$vid->postFileUrl ?? ''; @endphp @if($extention=="mp4" || $extention=="mov")
@endif
@endforeach

Videos

@foreach($postVideo as $vid)
@php $extention=pathinfo($vid->postFileUrl, PATHINFO_EXTENSION); $url='https://hapiverse.com/'.$vid->postFileUrl ?? ''; @endphp @if($extention=="mp4" || $extention=="mov")
@endif
@endforeach