@extends('dashboard.body.main') @section('specificpagestyles') @endsection @section('container')

Edit Employee Attendence

@csrf
@error('date')
{{ $message }}
@enderror
@foreach ($attendences as $attendence) @endforeach
No. Employee Attendence Status
{{ $key = $loop->iteration }} {{ $attendence->employee->name}}
status == 'present' ? 'checked' : '' }}>
status == 'leave' ? 'checked' : '' }}>
status == 'absent' ? 'checked' : '' }}>
Cancel
@endsection