@extends('layouts.front') @section('content') @include('includes.leftSidebar') {{'#'.$search}} @php $count=0; $x = 1; @endphp @if($videos) @foreach ($videos as $video) @include("partials.userVideo") @php $count++; $x++; @endphp @endforeach @else No Video Found... @endif @if($loadedVideos < $totalVideos) @endif @include('partials.leukeModal') @include('includes.modalVideoJs') @endsection