@extends('layouts.app') @section('title') {{'Requisition Details'}} @endsection @section('content') @include('layouts.numbertowords')
@if ($orders_list[0]->status == 0 && Auth::user()->parents == "0") Confirm @endif
 }})
| S.L. | ID | Item Name | Quantity/Pcs | Free | Purchase Price | Total | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $row->product_id }} | {{ $row->product_name }} | {{ $row->quantity }} {{ $row->pack_type }} | {{ $free }} | {{ number_format($row->dp_price,2) }} | {{ number_format($total_price,2) }} | |||||
| Total = | {!! number_format($torder_quantity) !!} | {{ $torder_free }} | {{ number_format($t_total_price,2) }} | ||||||||
| IN WORDS : {!! numberTowords($t_total_price) !!} | |||||||||||