@php $monthArray = [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'Octobar', 'Novembar', 'Decembar', ]; @endphp @forelse ($rows as $data) @empty @endforelse
{{__('tables.date')}} {{__('tables.hours')}} {{__('forms.cut_of_time')}} {{__('tables.note_title')}} {{__('tables.status_title')}} {{__('tables.action_title')}}

Month : {{$monthArray[$data->month - 1]}}
Year : {{$data->year}}

{{convertDecimalToTime($data->hours)}} {{convertDecimalToTime(convertMinutesToHours($data->cut_of_time))}} {{$data->description}}

Month : {{ $monthArray[$data->month - 1] }}
Year : {{ $data->year }}

{{ convertDecimalToTime($data->hours) }} {{ $data->description }} @include('timetracker::components.status', ['data' => $data]) @if ($data->accessor_status == 0)
@if ($user->can('update', $data) && $data->status == 'requested') @endif @if ($data->status == 'requested') @endif @if ($user->can('delete', $data) && ($data->status == 'requested' || $data->status == 'cancelled'))
@endif
{{ __('label.lbl_nothing_found') }}