@extends('layouts.authenticated') @section('additionalstylesheets') @endsection @section('content')
Calendar View

{{ $monthName }} {{ $year }} ({{ $resource->firstname }} {{ $resource->lastname }})

@foreach($days as $day) @endforeach @for($x = 0; $x < $runningDay; $x++) @endfor @for($listDay = 1; $listDay <= $daysInMonth; $listDay++) @if($runningDay == 6) @if(($dayCounter + 1) != $daysInMonth) @endif @endif @endfor @if($daysInThisWeek < 8) @for($y = 1; $y <= (8 - $daysInThisWeek); $y++) @endfor @endif
{{ $day }}
{{ $listDay }}
{{--{{ dd($data) }}--}}

{{ $data[$listDay] }}

@endsection