@extends('layouts.app') @section('title', 'BWSI') @section('body')
No data available.
@endif| Description | Payment Method | Amount | |
|---|---|---|---|
| {{ strtoupper($s->description) }} | @if($s->payment_method == 'full') FULL @elseif($s->payment_method == 'atb') ADD TO BILL @elseif($s->payment_method == 'ins') INSTALLMENT @endif | {{ number_format($s->amt_basic,2,".",",") }} |
No data available.
@endif| Description | UoM | Amt | Qty | Total | |
|---|---|---|---|---|---|
| {{ strtoupper($m->description) }} | {{ strtoupper($m->uom) }} | {{ number_format($m->price_unit,2,".",",") }} | {{ $m->quantity }} | {{ number_format($m->price_total,2,".",",") }} |
No data available.
@endif