@extends('starter-kit::layouts.adminlayout') @section('content')

{{__("Next")}} {{$dt->PDate('Y F',$time)}} {{__("Previous")}}

@if($dt->PDate('w',$start) > 0) @endif @php $j = $dt->PDate('w',$start); $today = $dt->Pdate('Y-m-d'); @endphp @for ($i = $start; $i <= $end; $i+=86400) @php $j++; @endphp @if ($j % 7 == 0) @endif @endfor
{{__("Saturday")}} {{__("Sunday")}} {{__("Monday")}} {{__("Tuesday")}} {{__("Wednesday")}} {{__("Thursday")}} {{__("Friday")}}
{{$dt->PDate('d',$i)}}
@endsection @section('js-content')
{!! $chartjs->render() !!}
{!! $chartjs2->render() !!}
@endsection