@extends('master') @section('content')
@csrf {{-- Table Heading --}}
{{ __('sitelabel.FilterOptions') }}

{{ __('sitelabel.SelectEmployeesAndDateRange') }}

{{ __('sitelabel.StartDate') }}*     {{ __('sitelabel.EndDate') }}*  
{{ __('sitelabel.EmployeeList') }}*
{{ __('sitelabel.SelectSpecificEmployees') }}
@foreach ($employees as $employee)
@endforeach
@endsection @section('script') @endsection