Agreement Validity {{ $record->ends_at }} |
@endif
@if ($record->user_id)
Contact {{ $record->user->name }} |
@endif
@if ($record->reference)
Reference {{ $record->reference }} |
@endif
Product | Quantity | @if (app(\Webkul\Purchase\Settings\ProductSettings::class)->enable_uom)Unit | @endifUnit Price |
---|---|---|---|
{{ $item->product->name }} | {{ number_format($item->qty) }} | @if (app(\Webkul\Purchase\Settings\ProductSettings::class)->enable_uom){{ $item->product->uom->name }} | @endif{{ number_format($item->price_unit, 2) }} |