@stack('styles')
@if(isset($showNav) && $showNav)
Inventory
Dashboard
Animals
Users
Medication
Miscellaneous expenses
@csrf
Logout
@endif
@if(session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif @yield('content')
@stack('scripts')