Here are the details of Sales Order Approval with PO Number
Quotation Date | : | {{ date('d/m/Y H:i', strtotime($quotation->created_at)) }} |
Project | : | {{ $quotation->project }} |
Quotation Number | : | {{ $quotation->quotation_number }} |
Approved with PO Number | : | {{ $quotation->po_number }} |
Created By | : | {{ $quotation->user->name }} |