@extends("WarehouseDashboard.layouts.pdf.header")
| #{{__('ID')}} | {{__('English Item name')}} | {{__('Arabic Item name')}} | {{__('Unit')}} | {{__('Quantity')}} |
|---|---|---|---|---|
| {{$item->item_id}} | {{$item->item->name_en}} | {{$item->item->name_ar}} | @switch($item->item->unit) @case(1) cartoon @break @case(2) shwal @break @case(3) eviction @break @case(4) ream @break @case(5) piece @break @endswitch | {{$item->quantity}} |