@include('user-web.layouts.sidebar')
@foreach($postVideo as $vid)
@endforeach
@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