@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('layouts.navigation')
Poultry Farm Management System
@isset($header)
{{ $header }}
@else
{{ config('app.name', 'PFMS') }}
@endisset
@if ($unreadNotificationCount > 0)
{{ $unreadNotificationCount > 99 ? '99+' : $unreadNotificationCount }}
@endif
{{ auth()->user()?->name }}
{{ __('Profile') }}
@csrf
{{ __('Log Out') }}
{{ $slot }}
Home
Batches
Feed
Finance
Profile
@stack('scripts')