@extends('admin.layouts.resource-layout') @section('title')
| @sortablelink('date', 'дата') | контрагент | накладная | ячейка источник | ячейка | @sortablelink('product.base_number', 'pid') | @sortablelink('product.uid', 'cid') | @sortablelink('product.title', 'наименование') | @sortablelink('merchant.merchantId', 'Merchant Id') | @sortablelink('process.type', 'тип обработки') | @sortablelink('pallet', 'шт') |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->process->date->format('d.m.Y') }} | {{ $item->process->sklad ? $item->process->sklad->title : ''}} | {{ $item->process ? $item->process->waybill : ''}} | {{$item->sourceCell ? $item->sourceCell->index : ''}} | {{$item->cell ? $item->cell->index : ''}} | {{ $item->pid }} | {{ $item->product->uid }} | {{ $item->product->title }} | {{ $item->process->merchant ? $item->process->merchant->merchantId : '' }} | @if($item->process->isShipment()) {{ $item->process->type_name }} @else {{ $item->process->type_name }} @endif | {{ $item->pallet }} |