{{ __('Item') }}

Manage Item

@foreach ($result as $value) @if (Auth::user()->type == 'inventory' or Auth::user()->type === '0') @else @endif @endforeach
No. Invoice No Part Number Part Name Description Quantity Price in Dollar Dealer Price Selling Price Location Edit Delete Detail
{{ $count }} {{ $value->purchase_invoice_no }} {{ $value->item_code }}
{{ $value->item_name }}
{{ $value->description }} {{ $value->quantity }} {{ $value->purchase_price_usd }} {{ $value->whole_sale + $value->transport + $value->commerical_text_5 + $value->custom_clerance }} {{ $value->retail_sale }} {{ $value->bin_location }}
@csrf @method('DELETE')
{{-- --}} {{-- --}}