@extends('layouts.admin.app') @section('title',translate('messages.Delivery Man Preview')) @push('css_or_js') @endpush @section('content')
{{translate('sl')}} | {{translate('messages.Shift')}} | {{translate('messages.date')}} | {{translate('messages.active_time')}} ({{translate('H:M')}}) |
---|---|---|---|
{{$key+$timelogs->firstItem()}} | {{ isset($timelog->shift) ? $timelog->shift->name : translate('no_shift_found')}} | {{$timelog->date}} | {{str_pad((int)($timelog->working_hour/60), 2, '0', STR_PAD_LEFT)}}:{{str_pad((int)($timelog->working_hour % 60), 2, '0', STR_PAD_LEFT)}} |