PATH:
home
/
lab2454c
/
omvstudio.com
/
resources
/
views
/
front
/
home_sections
<div class="top__categories"> <div class="container"> <div class="body__title__wrapp"> {{-- <h2>Top categories</h2> --}} <h2>{{ $home_page_section_title_arr->home_category_sec_title }} </h2> <a href="{{ route('category.list') }}"> View All <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 414.9 185.3" style="enable-background:new 0 0 414.9 185.3;" xml:space="preserve"> <path class="st0" d="M216,100.4l167.6,0c1.8,0,2.6,2.1,1.4,3.4l-68.3,68.3c-3,3-3,7.9,0,11l0,0c3,3,7.9,3,11,0l79.4-79.4l5.5-5.5 c3-3,3-7.9,0-11l-5.5-5.5L327.7,2.3c-3-3-7.9-3-11,0v0c-3,3-3,7.9,0,11l68.3,68.3c1.2,1.2,0.4,3.4-1.4,3.4l-167.6,0 c-4.3,0-7.8,3.5-7.8,7.8v0C208.3,97,211.7,100.4,216,100.4z" /> <path class="st0" d="M7.8,84.9h175.6c4.3,0,7.8,3.5,7.8,7.8v0c0,4.3-3.5,7.8-7.8,7.8H7.8C3.5,100.4,0,97,0,92.7v0 C0,88.4,3.5,84.9,7.8,84.9z" /> </svg> </a> </div> <h2 style="color: #fff;">Movies</h2> </div> <div class="container-fluid"> <div class="category__carousal"> <div class="owl-carousel owl-theme carousel__geners"> @if ($categories->count() > 0) @foreach ($categories as $category) <div class="item category__item"><a href="{{ route('category',$category->slug) }}">{{ $category->title }}</a></div> @endforeach @else <h2>No Category found!!</h2> @endif </div> </div> </div> </div> <div class="top__categories"> <div class="container"> <div class="body__title__wrapp"> <h2>Sports </h2> <a href="{{ route('sport.list') }}"> View All <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 414.9 185.3" style="enable-background:new 0 0 414.9 185.3;" xml:space="preserve"> <path class="st0" d="M216,100.4l167.6,0c1.8,0,2.6,2.1,1.4,3.4l-68.3,68.3c-3,3-3,7.9,0,11l0,0c3,3,7.9,3,11,0l79.4-79.4l5.5-5.5 c3-3,3-7.9,0-11l-5.5-5.5L327.7,2.3c-3-3-7.9-3-11,0v0c-3,3-3,7.9,0,11l68.3,68.3c1.2,1.2,0.4,3.4-1.4,3.4l-167.6,0 c-4.3,0-7.8,3.5-7.8,7.8v0C208.3,97,211.7,100.4,216,100.4z" /> <path class="st0" d="M7.8,84.9h175.6c4.3,0,7.8,3.5,7.8,7.8v0c0,4.3-3.5,7.8-7.8,7.8H7.8C3.5,100.4,0,97,0,92.7v0 C0,88.4,3.5,84.9,7.8,84.9z" /> </svg> </a> </div> </div> <div class="container-fluid"> <div class="category__carousal"> <div class="owl-carousel owl-theme carousel__geners"> @if ($sports->count() > 0) @foreach ($sports as $sport) <div class="item category__item"><a href="{{ route('sport',$sport->slug) }}">{{ $sport->title }}</a></div> @endforeach @else <h2>No Category found!!</h2> @endif </div> </div> </div> </div> <div class="top__categories new__release"> <div class="container"> <div class="body__title__wrapp"> <h2>Music </h2> <a href="{{ route('music.category_list') }}"> View All <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 414.9 185.3" style="enable-background:new 0 0 414.9 185.3;" xml:space="preserve"> <path class="st0" d="M216,100.4l167.6,0c1.8,0,2.6,2.1,1.4,3.4l-68.3,68.3c-3,3-3,7.9,0,11l0,0c3,3,7.9,3,11,0l79.4-79.4l5.5-5.5 c3-3,3-7.9,0-11l-5.5-5.5L327.7,2.3c-3-3-7.9-3-11,0v0c-3,3-3,7.9,0,11l68.3,68.3c1.2,1.2,0.4,3.4-1.4,3.4l-167.6,0 c-4.3,0-7.8,3.5-7.8,7.8v0C208.3,97,211.7,100.4,216,100.4z" /> <path class="st0" d="M7.8,84.9h175.6c4.3,0,7.8,3.5,7.8,7.8v0c0,4.3-3.5,7.8-7.8,7.8H7.8C3.5,100.4,0,97,0,92.7v0 C0,88.4,3.5,84.9,7.8,84.9z" /> </svg> </a> </div> </div> <div class="container-fluid"> <div class="category__carousal"> <div class="owl-carousel owl-theme carousel__geners"> @if ($music->count() > 0) @foreach ($music as $music_item) <div class="item category__item"><a href="{{ route('music.category',$music_item->slug) }}">{{ $music_item->title }}</a></div> @endforeach @else <h2>No Music found!!</h2> @endif </div> </div> </div> </div>
[-] entertain-your-self.blade.php
[edit]
[+]
..
[-] how-works.blade.php
[edit]
[-] new-release.blade.php
[edit]
[-] home-banner.blade.php
[edit]
[-] top-categories.blade.php
[edit]
[-] faq-questions.blade.php
[edit]
[-] watch-every-where.blade.php
[edit]