@extends('master') @section('content')
{{-- --}}

{{__('Daily Attendances')}}

@csrf
{{trans('Employee')}} {{trans('Company')}} {{trans('Date')}} {{trans('status')}} {{__('Clock In')}} {{__('Clock Out')}} {{trans('Late')}} {{__('Early Leaving')}} {{trans('Overtime')}} {{__('Total Work')}} {{__('Total Rest')}}
@endsection @section('page_script') @endsection