@extends('backend.app') @push('css') @endpush @section('content')
| Date | Supplier | User | Note | Reference No. | Status | Discount Type | Discount Amount | Shipping Cost | Total Amount |
|---|---|---|---|---|---|---|---|---|---|
| {{$purchase->date}} | {{$purchase->name}} | {{$purchase->first_name}} {{$purchase->last_name}} | {{$purchase->note}} | {{$purchase->ref}} | {{$purchase->status}} | {{$purchase->discount_type}} | {{$purchase->discount_amount}} | {{$purchase->shipping_cost}} | {{$purchase->amount}} |
| Product | Quantity | Unit Pirce | Total Price |
|---|---|---|---|
| {{$item->products->name}} | {{$item->quantity}} | {{$item->unit_price}} | {{$item->quantity * $item->unit_price}}.00 |