{{-- SEO Meta --}} {{-- CSRF Token --}} {{-- Page Title --}} @yield('title', 'Bharat Ceramic || Backend') {{-- Favicon --}} {{-- Bootstrap CSS --}} {{-- Vendors CSS --}} {{-- Theme CSS --}} {{-- Extra page wise styles --}} @stack('styles') {{-- Navigation --}} @include('layouts.navigation') {{-- Header --}} @include('layouts.header') {{-- Main Content --}}
{{ $slot }}
{{-- Footer --}}
{{-- Theme Customizer --}} @include('layouts.custom') {{-- Vendors JS --}} {{-- App Init JS --}} {{-- Theme Customizer JS --}} {{-- Extra page wise scripts --}} @stack('scripts') @yield('scripts')