@if(count($reminders) > 0)
التذكير
| # |
المريض |
المحتوي |
@foreach($reminders as $key=>$row)
| {{$key+1}} |
{{$row->user->name}} |
{{$row->description}} |
@endforeach
@endif
@for ($i = 1; $i < 13 ; $i++)
@if (array_key_exists($i, $monthVisitCounts))
@continue
@endif
@php $monthVisitCounts[$i] = 0; @endphp
@endfor
@php ksort($monthVisitCounts); @endphp
@foreach ($monthVisitCounts as $month => $count)
@endforeach
@if(\Auth::user()->role_id == '1')
Website Views in this year
Reservation
{{$reservations}}
Employee Under Trainner
{{$employeetrain}}
Activity
| # |
Branch |
Employees |
Doctors |
Clinics |
Trainners |
Reservations |
Sessions |
@foreach($branches as $keybranch=>$branch)
| {{$keybranch+1}} |
{{$branch->name}} |
{{empolyeebranch($branch->id)}} |
{{doctorbranch($branch->id)}} |
{{trainnerbranch($branch->id)}} |
{{clinicsbranch($branch->id)}} |
{{reservationbranch($branch->id)}} |
{{sessionbranch($branch->id)}} |
@endforeach
@endif
@endsection
@section('inner_js')
@endsection