@extends('layouts.app') @section('title') {{'Order Details'}} @endsection @section('content') @include('layouts.numbertowords')
|
WPL Order No : WPL/O-0{{ $orders_list[0]->id }}
|
||||||||||||
|
Order Date : {{date('d-m-Y', strtotime($orders_list[0]->txn_date)) }}
|
||||||||||||
|
Supplier Name : {{ $orders_list[0]->supplier_id }} - {{ $orders_list[0]->name }}
|
||||||||||||
|
Contact Person : {{ $orders_list[0]->person_name }}
|
||||||||||||
|
Address : {{ $orders_list[0]->address }}
|
||||||||||||
|
Mobile No. : {{ $orders_list[0]->mobile }}
|
||||||||||||
| S.L. | ID | Item Name | Unit | Quantity | Free | $ Price | Purchase Price | Sub Total | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $row->product_id }} | {{ $row->product_name }} | {{ $row->pack_type }} | {{ $row->quantity }} | {{ $free }} | {{ number_format($row->dollar,2) }} | {{ number_format($row->dp_price,2) }} | {{ number_format($sub_total,2) }} | ||||
| Total = | {!! number_format($torder_quantity) !!} | {{ $torder_free }} | {{ number_format($grand_total,2) }} | |||||||||
| IN WORDS : {!! numberTowords($grand_total) !!} | ||||||||||||
| For, | ||||||||||||
| Authorized Signatory | ||||||||||||