@extends('layouts.default') @section('content')
@method("PATCH") @csrf

{{ trans('labels.holidays') }} - {{$staff->st_firstname }} {{$staff->st_surname }}

{{trans('labels.cancel')}}

@foreach ($weeks as $W)

{{$W->week_start }}

@foreach ($W->days as $D)
Warning: Undefined variable $D in /home/abazis/apps/microsoftex/resources/views/holidays/index.blade.php on line 31

Warning: Attempt to read property "day_id" on null in /home/abazis/apps/microsoftex/resources/views/holidays/index.blade.php on line 31

Warning: Undefined variable $hd in /home/abazis/apps/microsoftex/resources/views/holidays/index.blade.php on line 31

Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /home/abazis/apps/microsoftex/resources/views/holidays/index.blade.php:31 Stack trace: #0 /home/abazis/apps/microsoftex/resources/views/holidays/index.blade.php(31): in_array(NULL, NULL) #1 {main} thrown in /home/abazis/apps/microsoftex/resources/views/holidays/index.blade.php on line 31