@php($u = auth()->user()) @yield('title', 'Clinic') ยท Patient Management @php $nav = [ ['dashboard', 'Dashboard', 'route', 'M3 12 12 4l9 8M5 10v10h14V10'], ['patients.index', 'Patients', 'patients', 'M16 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM4 21v-1a6 6 0 0 1 6-6h4a6 6 0 0 1 6 6v1'], ['appointments.index','Appointments', 'appointments', 'M8 3v4M16 3v4M4 9h16M5 5h14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z'], ['lab-reports.create','New lab report','lab', 'M9 3h6M10 3v5l-5 9a2 2 0 0 0 2 3h10a2 2 0 0 0 2-3l-5-9V3'], ['prescriptions.create','New prescription','rx', 'M6 4h6a3 3 0 0 1 0 6H6V4Zm0 6 8 10M6 10v10'], ]; @endphp
CClinic
@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
Please review the highlighted fields below.
@endif @yield('content')
@stack('scripts')