@extends('layouts.front') @section('content') @include('includes.leftSidebar') All @foreach($hashTags as $tag) @php $tag=str_replace('#', '', $tag); @endphp {{$tag}} @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