vince updates

This commit is contained in:
Constantin Plaiasu 2024-08-25 00:21:58 +03:00
parent db4f3133a3
commit eb50c80670
3 changed files with 7 additions and 6 deletions

View file

@ -5,7 +5,7 @@
<div class="col-lg-4 col-sm-8 mb-50">
<div class="footer-widget">
<a href="{{ route('home') }}"><img class="mb-4" width="200" height="40" src="{{ asset('images/logo.svg') }}" alt="image"></a>
<p>Playlab has a broad library of highlight films, narratives, TV shows, anime, and so on! Watch as much as you want, whenever you need it at any time. LabFlix is an American over-the-top content platform streaming service and production company headquartered in Los Gatos, California</p>
<p>123movies is the top website for watching an unlimited selection of free movies and TV shows online. There's no sign up required and it's easy to find something to watch with our intuitive search and user interface.</p>
<ul class="social-links mt-3">
{{-- @foreach ($socials as $social)
<li><a href="{{ @$social->data_values->url }}">@php echo @$social->data_values->social_icon @endphp</a></li>
@ -35,7 +35,7 @@
</div>
<div class="col-lg-4 col-sm-8 mb-50">
<div class="footer-widget">
<h4 class="footer-widget__title">Subscrbe News Letter</h4>
<h4 class="footer-widget__title">Subscribe News Letter</h4>
<p>Please Subscribe For Getting Updated With Us</p>
<form class="subscribe-form mt-3">
@csrf

View file

@ -10,6 +10,7 @@
<ul class="navbar-nav main-menu ms-xl-5 mx-auto">
<li><a href="{{route('home')}}">Home</a></li>
<li><a href="{{route('movies')}}">Movies</a></li>
<li><a href="{{route('shows')}}">Series</a></li>
<li class="menu_has_children">
<a href="javascript:void(0);">Genres</a>
<span><i class="las la-caret-down"></i></span>
@ -19,7 +20,7 @@
@endforeach
</ul>
</li>
<li><a href="{{route('shows')}}">TV Series</a></li>
</ul>
<div class="nav-right d-flex ml-auto flex-wrap gap-4">
<button class="nav-right__search-btn"><i class="fas fa-search"></i></button>

View file

@ -55,13 +55,13 @@
@endforeach
</div>
</section>
@include('sections.featured', ['items' => $trending_movies, 'title' => 'Featured Items'])
@include('sections.featured', ['items' => $trending_movies, 'title' => 'Featured'])
<div class="sections">
@include('sections.single', ['item' => $trending_movies[2]])
@include('sections.single', ['item' => $trending_movies[6]])
@include('sections.items', ['items' => $popular_movies, 'title' => 'Popular Movies'])
@include('sections.single', ['item' => $trending_movies[3]])
@include('sections.top', ['col1_title' => 'Trending Videos', 'col1_items' => collect($trending_movies)->take(4), 'col2_title' => 'Top Rated', 'col2_items' => collect($trending_shows)->take(4), 'item' => $trending_movies[4]])
@include('sections.top', ['col1_title' => 'Top Movies', 'col1_items' => collect($trending_movies)->take(5), 'col2_title' => 'Top Series', 'col2_items' => collect($trending_shows)->take(5), 'item' => $trending_movies[4]])
@include('sections.trailers')
@include('sections.single', ['item' => $trending_movies[5]])