{{-- Web Title --}} {{ $title }} | Super KMI {{-- Vite.js --}} @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Fontawesome Kit Manto --}} {{-- Container Drawer --}}
{{-- Checkbox Toggle Drawer --}} {{-- Drawer Content --}}
{{-- Navbar --}} @include('layouts.navbar') {{-- Page Content --}}
@yield('content')
{{-- Sidebar --}} @include('layouts.sidebar')