@extends('app') @section('page-title')

Attendance

@endsection @push('head-script') @endpush @section('content')
{!! $errors->first('date_range', '')!!}
@if(Auth::user()->is_contractor==0)
@endif
ID Employee Code Employee Name Employee Type Attendance Date Working Hours
@endsection @push('footer-script') @endpush