@yield('style')
AdminLTELogo
@if (Session::has('success')) @endif @if (Session::has('error')) @endif @yield('content')
{{-- --}} {{-- --}}
@if(session()->has('success')) @php session()->remove('success'); @endphp @endif @if(session()->has('error')) @endif @yield('script') @stack('after-script')