@extends('main-site.layouts.app') @section('content')
{{ __('site.Supplier.Item_1') }}
{{ __('site.Supplier.Item_2') }}
{{ __('messages_301.Item name') }} | @if ($data->type == 'product')UOM | {{ __('messages_301.Quantity') }} | @endif{{ __('site.Supplier.Location') }} | {{ __('messages_301.Delivery type') }} | ||
---|---|---|---|---|---|---|
{{ $item->name }} | @else{{ $item->name }} | @endif @if ($data->type == 'product'){{ \App\Http\Helpers\HelperApp::convert_numbers($item->unit->name) }} | {{ \App\Http\Helpers\HelperApp::convert_numbers($item->qty) }} | @endif{{ $item->country->name }} | {{ $item->delivery_type->name }} | |
![]() |