@hasSection('head') @yield('head') @else Dashboard || Meijibio S @endif @hasSection('template.sidebarTemplate') @yield('template.sidebarTemplate') @else @endif @hasSection('template.menutopTemplate') @yield('template.menutopTemplate') @else
@endif @hasSection('content') @yield('content') @else @include('template.404') @endif
check() && auth()->user()->hasRole('admin') ? '' : 'hidden' }}>
Theme Settings
@hasSection('footer') @yield('footer') @else @endif @php $toastMessages = []; if(session('success')) $toastMessages[] = ['type' => 'success', 'title' => 'Success!', 'message' => session('success')]; if(session('error')) $toastMessages[] = ['type' => 'error', 'title' => 'Error!', 'message' => session('error')]; if(session('warning')) $toastMessages[] = ['type' => 'warning', 'title' => 'Warning!', 'message' => session('warning')]; if(session('info')) $toastMessages[] = ['type' => 'info', 'title' => 'Info', 'message' => session('info')]; @endphp @if(count($toastMessages) > 0) @endif