2024-08-24 23:08:42 +03:00
< footer class = " footer @if (request()->routeIs('home') || request()->routeIs('category') || request()->routeIs('subCategory') || request()->routeIs('search')) d-non @endif " >
< div class = " footer__top " >
< div class = " container " >
< div class = " row mb-none-30 " >
< div class = " col-lg-4 col-sm-8 mb-50 " >
< div class = " footer-widget " >
2024-08-31 02:34:31 +03:00
< a href = " { { route('home') }} " >
< svg class = " mb-4 " style = " width: 200px; height:40px " >
< use href = " #svg-logo " ></ use >
</ svg >
{{ -- < img class = " mb-4 " width = " 200 " height = " 40 " src = " { { asset('images/logo.svg') }} " alt = " image " > -- }}
</ a >
2024-08-25 00:21:58 +03:00
< p > 123 movies 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 >
2024-08-24 23:08:42 +03:00
< 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 >
@ endforeach -- }}
</ ul >
</ div ><!-- footer - widget end -->
</ div >
2024-09-02 20:19:42 +03:00
@ if ( request () -> routeIs ( 'home' ))
2024-08-24 23:08:42 +03:00
< div class = " col-lg-2 col-sm-4 mb-50 " >
< div class = " footer-widget " >
2024-09-06 03:54:44 +03:00
< p class = " footer-widget__title h4 " > Top Sources </ p >
2024-08-24 23:08:42 +03:00
< ul class = " link-list " >
2024-09-06 03:54:44 +03:00
< li >< a href = " https://netflix.com " > Netflix </ a ></ li >
< li >< a href = " https://primevideo.com " > Prime Video </ a ></ li >
< li >< a href = " https://freevee.com " > Freevee </ a ></ li >
< li >< a href = " https://fairfan.com " > FairFan </ a ></ li >
< li >< a href = " https://disneyplus.com " > Disney +</ a ></ li >
2024-08-24 23:08:42 +03:00
</ ul >
</ div ><!-- footer - widget end -->
</ div >
2024-09-02 20:19:42 +03:00
@ endif
2024-08-24 23:08:42 +03:00
< div class = " col-lg-2 col-sm-4 mb-50 " >
< div class = " footer-widget " >
2024-09-06 03:54:44 +03:00
< p class = " footer-widget__title h4 " > Best Genres </ p >
2024-08-24 23:08:42 +03:00
< ul class = " link-list " >
2024-09-06 03:54:44 +03:00
< li >< a href = " /movies/adventure " > Adventure </ a ></ li >
< li >< a href = " /movies/action " > Action </ a ></ li >
< li >< a href = " /movies/drama " > Drama </ a ></ li >
< li >< a href = " /movies/comedy " > Comedy </ a ></ li >
< li >< a href = " /movies/horror " > Horror </ a ></ li >
2024-08-24 23:08:42 +03:00
</ ul >
</ div ><!-- footer - widget end -->
</ div >
< div class = " col-lg-4 col-sm-8 mb-50 " >
< div class = " footer-widget " >
2024-08-25 00:21:58 +03:00
< h4 class = " footer-widget__title " > Subscribe News Letter </ h4 >
2024-08-24 23:08:42 +03:00
< p > Please Subscribe For Getting Updated With Us </ p >
< form class = " subscribe-form mt-3 " >
@ csrf
< input name = " email " type = " email " placeholder = " @lang('Email Address') " >
2024-08-31 02:34:31 +03:00
< button type = " submit " >
{{ -- < i class = " fas fa-paper-plane " ></ i > -- }}
< svg class = " si " >
< use href = " #si-paper-plane " ></ use >
</ svg >
</ button >
2024-08-24 23:08:42 +03:00
</ form >
< div class = " download-links " >
2024-09-06 03:54:44 +03:00
{{ -- < a class = " download-links__item " href = " javascript:void(0); " >
2024-08-24 23:08:42 +03:00
< img class = " lazy " data - src = " { { asset('images/google_play.png')}} " alt = " Google Play " >
</ a >
< a class = " download-links__item " href = " javascript:void(0); " >
< img class = " lazy " data - src = " { { asset('images/app_store.png')}} " alt = " Apple App Store " >
2024-09-06 03:54:44 +03:00
</ a >-- }}
2024-08-24 23:08:42 +03:00
{{ -- @ foreach ( $footerElement as $footer )
< a class = " download-links__item " href = " # " target = " _blank " >
< img src = " { { getImage('assets/images/frontend/footer/' . @ $footer->data_values ->store_image, '150x45') }} " alt = " @lang('image') " >
</ a >
@ endforeach -- }}
</ div >
</ div >
</ div >
</ div >
</ div >
</ div ><!-- footer__top end -->
< div class = " footer__bottom " >
< div class = " container " >
< div class = " row " >
< div class = " col-md-6 text-md-left text-center " >
< p >@ lang ( 'All rights & Copyright reserved by' ) < a href = " { { route('home') }} " > {{ config ( 'app.name' ) }} </ a ></ p >
</ div >
< div class = " col-md-6 mt-md-0 mt-3 " >
< ul class = " links justify-content-md-end justify-content-around " >
{{ -- @ foreach ( $policies as $policy )
< li >< a href = " { { route('policies', [ $policy->id , slug( $policy->data_values ->title)]) }} " > {{ __ ( $policy -> data_values -> title ) }} </ a ></ li >
@ endforeach -- }}
</ ul >
</ div >
</ div >
</ div >
</ div >
</ footer >