{{-- resources/views/layouts/fullLayoutMaster.blade.php --}} @php use App\Helpers\Helper; $configData = Helper::applClasses(); @endphp @yield('title') - {{ config('app.name', 'Laravel') }} {{-- Favicon --}} {{-- Fonts --}} {{-- Vendor CSS --}} @include('panels.styles') {{-- Page-specific CSS --}} @yield('vendor-style') @yield('page-style') @stack('styles') {{-- ✅ Navbar --}} @include('panels.navbar') {{-- ✅ Main Content --}}
@yield('content')
{{-- ✅ Vendor Scripts --}} @yield('vendor-script') {{-- ✅ Core JS --}} {{-- ✅ Page-specific Scripts --}} @yield('page-script') @stack('scripts') {{-- ✅ Feather Icons --}}