{{-- X-CSRF-TOKEN: https://laravel.com/docs/9.x/csrf#csrf-x-csrf-token --}} {{-- Static And Dynamic SEO (HTML meta tags): Check the HTML tags and tag in front/layout/layout.blade.php. Check index() method in Front/IndexController.php, listing() method in Front/ProductsController.php, detail() method in Front/ProductsController.php and cart() method in Front/ProductsController.php --}} @if (!empty($meta_description)) <meta name="description" content="{{ $meta_description }}"> @endif @if (!empty($meta_keywords)) <meta name="keywords" content="{{ $meta_keywords }}"> @endif <title> {{-- Static And Dynamic SEO (HTML meta tags): Check the HTML <meta> tags and <title> tag in front/layout/layout.blade.php. Check index() method in Front/IndexController.php, listing() method in Front/ProductsController.php, detail() method in Front/ProductsController.php and cart() method in Front/ProductsController.php --}} @if (!empty($meta_title)) {{ $meta_title }} @else Laravel Multi Vendor E-commerce Template - By Multi-vendor E-commerce Application Channel @endif {{-- EasyZoom plugin for zooming product images upon hover --}} {{-- My EasyZoom (jQuery image zoom plugin): https://i-like-robots.github.io/EasyZoom/ --}} {{-- My Preloader/Loader/Loading Page/Preloading Screen --}} {{-- My Preloader/Loader/Loading Page/Preloading Screen --}}
loading...
{{-- Header partial --}} @include('front.layout.header') {{-- Middle Content (varies from a page to another) --}} @yield('content') {{-- Footer partial --}} @include('front.layout.footer') {{-- Modal Popup partial --}} @include('front.layout.modals')
{{-- EasyZoom plugin for zooming product images upon hover --}} {{-- My EasyZoom (jQuery image zoom plugin): https://i-like-robots.github.io/EasyZoom/ --}} {{-- To enable us to write PHP code within JavaScript code (to operate the Dynamic Filters dynamically (the second way)) --}} @include('front.layout.scripts') {{-- scripts.blade.php --}}