@extends('admin.layouts.container') @section('content')
@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

--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
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