@extends('layout.main') @section('content') {{__('Attendance Report')}} @csrf {{__('Start Date')}} {{__('End Date')}} {{trans('file.Company')}} * trans('file.Company')])}}...'> @foreach($companies as $company) {{$company->company_name}} @endforeach {{trans('file.Employee')}} * trans('file.Employee')])}}...'> {{trans('file.Search')}} {{__('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