@extends('layouts.app') @section('content')
@php $page_name = 'Hr >Employee Attandance'; $page_number = 1; @endphp @include('layouts.table_top')
@csrf
SL Fingerprint/Emp No . Employee Name & ID Attendance In Time Out Time Note
1 {{ $item->employee ? $item->employee->employee_id : '' }} {{ $item->employee ? $item->employee->name : '' }} {{ $item->employee ? $item->employee->employee_id : '' }}
attandance_type == 'present' ? 'checked' : '' }}>
attandance_type == 'late' ? 'checked' : '' }}>
attandance_type == 'absent' ? 'checked' : '' }}>
attandance_type == 'holiday' ? 'checked' : '' }}>
@endsection @push('script') @endpush