@extends('layouts.app') @section('title','New Timesheet') @section('page-title','Timesheets') @section('content')
Select Employee
@if($eligible->isEmpty())
No eligible employees found
Only employees with attendance mode set to Remote or Not Required can use timesheets. Update an employee's attendance mode to make them eligible.
@else

Choose the employee to create a timesheet for. Only employees with attendance mode set to Remote or Not Required are listed here.

@endif
@endsection