@extends('layouts.app') @section('title') {{'Sample Details'}} @endsection @section('content') @include('layouts.numbertowords')
@if ($stock_out->status == 0 && Auth::user()->parent_id == "0") Confirm @endif
|
Sample {!! $stock_out->so_type !!} No : WTC/S-0{{ $orders_list[0]->so_id }}
|
||||||||||
|
Date : {{date('d-m-Y', strtotime($orders_list[0]->txn_date)) }}
|
||||||||||
|
Customer 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 | Purchase Price | Total | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $row->product_id }} | {{ $row->product_name }} | {{ $row->pack_type }} | {{ $row->quantity }} | {{ number_format($row->dp_price,2) }} | {{ number_format($total_price,2) }} | ||||
| Total = | {!! number_format($torder_quantity) !!} | {{ number_format($t_total_price,2) }} | ||||||||
| IN WORDS : {!! numberTowords($t_total_price) !!} | ||||||||||