@extends('layout.main') @section('content')

{{__('Attendance Report')}}

@csrf

{{__('Date Wise Attendance Info')}}

{{trans('file.Employee')}} {{trans('file.Company')}} {{trans('file.Date')}} {{trans('file.status')}} {{__('Clock In')}} {{__('Clock Out')}} {{__('Total Work')}}
@endsection @push('scripts') @endpush