@stack('styles')

@yield('title', 'Dashboard')

{{ auth('admin')->user()->name }}
{{ strtoupper(substr(auth('admin')->user()->name,0,1)) }}
@yield('content')
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@stack('scripts')