@props(['case_positions', 'working_time'])
Czas pracy
@foreach($case_positions as $index=>$position) @if(!empty($working_time[$position->id])) @foreach($working_time[$position->id] as $wt) @endforeach @endif @endforeach
# Produkt Ilość Jednostki 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'] }} {{ $wt['rate_value'] }} pln. {{ $wt['full_rate'] }} pln. @if(!is_null($wt['own_rate'])) {{ $wt['own_rate'] }} pln. @endif {{ $wt['mechanic'] }} {{ $wt['data'] }}
Suma: {{ $working_time['price_sum'] }} pln.