@extends('layouts.horizontal', ['title' => 'Order', 'topbarTitle' => 'View Order', 'nonav' => true]) @section('css') @endsection @section('content')
| SubTotal {{ config('constants.CURRENCY') }} | {{ config('constants.CURRENCY') . ' ' . number_format($subTotal, 2) }} |
| Total Before Tax | {{ config('constants.CURRENCY') . ' ' . number_format($subTotal - $total_discount_amount, 2) }} |
| Sales Tax | {{ config('constants.CURRENCY') . ' ' . number_format($totalTax, 2) }} |
| Total Amount | {{ config('constants.CURRENCY') . ' ' . number_format(($subTotal - $total_discount_amount)+$totalTax, 2) }} |
| Advance Amount | {{ config('constants.CURRENCY') . ' ' . number_format($total_advance_amount, 2) }} |
| {{ $field['label'] }} | {{ $field['value'] ?? '-' }} |
|---|
| {{ $field['label'] }} | {{ $field['value'] ?? '-' }} |
|---|
THANK YOU FOR YOUR VISIT! It has been our pleasure to serve you, and we hope we see you again soon.
Terms : {!! $business->payment_terms !!}