@csrf
@csrf
@if(!$intercarsPositions->isEmpty())
{{-- --}} @foreach($intercarsPositions as $index=>$value) @csrf {{-- --}} @endforeach
# S. {{ __('workshop.intercars.name') }} {{ __('workshop.intercars.packagedQuantity') }} Mechanik {{ __('workshop.intercars.sku') }} {{ __('workshop.intercars.index') }}Eans
{{ $index+1 }} {{ $value->order?->statusCode }} {{-- --}} {{ $value->name }} {{ $value->quantity }} @if(\App\Models\ICOrder::IC_STATUS_WYDANE==$value->order?->statusCode) @if(count($allMechanics) > 1) @else {{ $allMechanics[0]->name }} {{ $allMechanics[0]->last_name }} @endif @endif @if(\App\Models\ICOrder::IC_STATUS_WYDANE==$value->order?->statusCode) @if(floatval($value->quantity) > 0) @endif @endif {{ $value->sku }} {{ $value->index }}{{ $value->eans }}
@else
{{ __('main.nie_znaleziono_czesci') }} !!!
Reset
@endif