@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
{{--
--}}
{{--
--}}
{{--
--}}
{{--
The proportion of new users
--}}
{{--
2019-06-13 ~ 2019-06-19 | Last 7 days
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
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