User: {{ $timesheets[0]->user->name }}
@endif @if ($data->status == 'date') @if ($data->has('date_from') && $data->has('date_to') && $data->get('date_to') != 'undefined' && $data->get('date_from') != 'undefined' && $data->get('date_from') != '' && $data->get('date_to') != '' && !is_null($data->get('date_to')) && !is_null($data->get('date_from')))From: {{ $data->date_from }}
To: {{ $data->date_to }}
@endif @endifDate | User | Start Time | End Time | Working Hours |
---|---|---|---|---|
{{ $t->date }} | {{ $t->user->name }} | {{ $t->start_time_formatted }} | {{ $t->end_time_formatted }} | {{ $t->working_hours }} |