|
{{ __('purchases::app.documents.agreement-validity') }} {{ $record->ends_at }} |
@endif
@if ($record->user_id)
{{ __('purchases::app.documents.contact') }} {{ $record->user->name }} |
@endif
@if ($record->reference)
{{ __('purchases::app.documents.reference') }} {{ $record->reference }} |
@endif
| {{ __('purchases::app.documents.product') }} | {{ __('purchases::app.documents.quantity') }} | @if (settings(\Webkul\Purchase\Settings\ProductSettings::class)->enable_uom){{ __('purchases::app.documents.unit') }} | @endif{{ __('purchases::app.documents.unit-price') }} |
|---|---|---|---|
| {{ $item->product->name }} | {{ number_format($item->qty) }} | @if (settings(\Webkul\Purchase\Settings\ProductSettings::class)->enable_uom){{ $item->product->uom->name }} | @endif{{ number_format($item->price_unit, 2) }} |