@extends('layout.main') @section('content')
{{-- --}}

{{__('Daily Attendances')}}

@csrf
{{trans('file.Employee')}} {{trans('file.Company')}} {{trans('file.Date')}} {{trans('file.status')}} {{__('Clock In')}} {{__('Clock Out')}} {{trans('file.Late')}} {{__('Early Leaving')}} {{trans('file.Overtime')}} {{__('Total Work')}} {{__('Total Rest')}}
@endsection @push('scripts') @endpush