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

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

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

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

{{ $data->description }} {{ convertDecimalToTime($data->hours) }} @include('timetracker::components.status', ['data' => $data])

{{ parseFromFormat($data->created_at)->format(config('settings.date_format')) }}

@if ($data->accessor_status == 0)
@if ($user->hasRole('Super Admin') || isApprovalAllowed('overtimes')) @else @if ($user->id == $data->user_id && $data->status == 'requested') @endif @endif
@endif
{{ __('label.lbl_nothing_found') }}