@php $monthArray = [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'Octobar', 'Novembar', 'Decembar', ]; @endphp
{{__('tables.date')}} | {{__('tables.hours')}} | {{__('forms.cut_of_time')}} | {{__('tables.note_title')}} | {{__('tables.status_title')}} | {{__('tables.action_title')}} | |||
---|---|---|---|---|---|---|---|---|
Month : {{$monthArray[$data->month - 1]}} |
{{convertDecimalToTime($data->hours)}} | {{convertDecimalToTime(convertMinutesToHours($data->cut_of_time))}} | {{$data->description}} |
Month : {{ $monthArray[$data->month - 1] }} |
{{ convertDecimalToTime($data->hours) }} | {{ $data->description }} | @include('timetracker::components.status', ['data' => $data]) | @if ($data->accessor_status == 0) @endif | {{ __('label.lbl_nothing_found') }} | @endforelse