@php $monthArray = [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'Octobar', 'Novembar', 'Decembar', ]; @endphp
{{__('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]}} |
{{$data->description}} | {{convertDecimalToTime($data->hours)}} | {{convertDecimalToTime(convertMinutesToHours($data->cut_of_time))}} |
Month : {{ $monthArray[$data->month - 1] }} |
{{ $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) @endif | {{ __('label.lbl_nothing_found') }} | @endforelse