@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@include('components.alert')
@csrf
{{ $title }}
Save
Cancel
Attendance Date
@foreach ($staffMembers as $index => $staff) @endforeach
#
Staff Name
Attendance
{{ $index + 1 }}
{{ $staff->cms_staff_id }} - {{ $staff->firstname }}
Select
cms_staff_id}", 'Present') == 'Present' ? 'selected' : '' }}>Present
cms_staff_id}", 'Present') == 'Others' ? 'selected' : '' }}>Absent
cms_staff_id}", 'Present') == 'Half Day Leave' ? 'selected' : '' }}>Half Day Leave
cms_staff_id}", 'Present') == 'Sick Leave' ? 'selected' : '' }}>Sick Leave
cms_staff_id}", 'Present') == 'Casual Leave' ? 'selected' : '' }}>Casual Leave
cms_staff_id}", 'Present') == 'Maternity Leave' ? 'selected' : '' }}>Maternity Leave
cms_staff_id}", 'Present') == 'Marriage Leave' ? 'selected' : '' }}>Marriage Leave
cms_staff_id}", 'Present') == 'Paternity Leave' ? 'selected' : '' }}>Paternity Leave
@include('layouts.footers.auth.footer')
@endsection @push('scripts') @endpush