{{ __('Edit Employee') }}

Back
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if ($errors->any())
Whoops! There were some problems with your input:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT') {{-- Row 1 --}}
{{-- Row 2 --}}
{{-- Row 3 --}}
{{-- Row 4 --}}
{{-- Row 5 --}}
@php $displayedShiftNames = []; @endphp {{-- Shifts --}}
@for ($i = 1; $i <= 8; $i++)
@endfor
{{-- Weekoffs --}}
{{-- Saturday Offs --}}
{{-- Saturday Full Day Off --}}
@for ($i = 1; $i <= 5; $i++) @endfor
{{-- Saturday Half Day Off --}}
@for ($i = 1; $i <= 5; $i++) @endfor
{{-- Other Info --}}
father_husband_name }}>
{{-- Buttons --}}
Exit