@php $selfLink = Route::current()->getName(); @endphp @push('asset-top') @endpush @push('asset-top') @endpush @push('asset-bottom') @endpush @include('layout.admin.head') @stack('asset-top') @if(session()->has('alert-msg'))
{{session('alert-msg')}}
@endif @if($selfLink != 'login') @include('layout.admin.header') @include('layout.admin.sidebar')
@include('layout.admin.topbar') @endif @if(session()->has('error')) session()->get('error') @endif
@yield('content')
@if($selfLink != 'login') @include('layout.admin.footer')
@endif @stack('asset-bottom')