@extends('admin.layouts.container') @section('content')
@if(count($reminders) > 0)
التذكير
@foreach($reminders as $key=>$row) @endforeach
# المريض المحتوي
{{$key+1}} {{$row->user->name}} {{$row->description}}
@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
Patients
{{$patients}}
Employee
{{$members}}
Admin
{{$admins}}
Doctor
{{$doctors}}
Trainner
{{$trainners}}
Reservation
{{$reservations}}
Employee Under Trainner
{{$employeetrain}}
Activity
@foreach($branches as $keybranch=>$branch) @endforeach
# Branch Employees Doctors Clinics Trainners Reservations Sessions
{{$keybranch+1}} {{$branch->name}} {{empolyeebranch($branch->id)}} {{doctorbranch($branch->id)}} {{trainnerbranch($branch->id)}} {{clinicsbranch($branch->id)}} {{reservationbranch($branch->id)}} {{sessionbranch($branch->id)}}
@endif @endsection @section('inner_js') @endsection