@props(['case_positions', 'working_time'])
Czas pracy
@foreach($case_positions as $index=>$position) @if(isset($working_time[$position->id]) && !empty($working_time[$position->id])) @foreach($working_time[$position->id] as $wt) @endforeach @endif @endforeach
# Czas Czynność Stawka Kwota Kwota własna Mechanic Data
{{ $index+1 }}. {{ $position->description }}
@if(!is_null($wt['hours']) && intval($wt['hours']) >0) {{ $wt['hours'] }} godz. @endif @if(!is_null($wt['minutes']) && intval($wt['minutes']) >0) {{ $wt['minutes'] }} min. @endif {{-- __('admin.rates.enum.'.$wt['rate_type']) }}: {{ $wt['rate_desc'] --}} {{ $wt['rate_desc'] }} {{ price_format($wt['rate_value']) }} {{ price_format($wt['full_rate']) }}
@csrf
{{ $wt['mechanic'] }} {{ $wt['data'] }}
Suma: {{ price_format($working_time['price_sum']) }}