@extends('layouts.front') @section('content')
@include('includes.leftSidebar')
@foreach($hashTags as $tag) @php $tag=str_replace('#', '', $tag); @endphp @endforeach
@php $count=0; $x = 1; @endphp @foreach ($videos as $video) @include("partials.userVideo") @php $count++; $x++; @endphp @endforeach
@include('partials.leukeModal')
@include('includes.modalVideoJs') @endsection