{{-- favicon--}} @if(config('app.logo') == 'momo') @elseif(config('app.logo') == 'olala') @else @endif {{ $title ?? config('app.name', 'Momo Emi') }} @vite(['resources/css/app.css', 'resources/js/app.js']) @include('sweetalert2::index') @stack('styles') @include('components.partials.preloader')
@include('layouts.sidebar')
@include('components.partials.overlay') @include('components.partials.header')
{{ $slot }}
@if(!isset($hideFooter) || !$hideFooter) {{--

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.

Developed by Ambalait

--}} @endif
@stack('script-libs') {{-- Global Script --}} @stack('scripts')