@extends('layouts.master') @section('title') Create Order @endsection @section('css') @endsection @section('content')

Manage Cash Order

@if (session('success')) @endif
@csrf
{{--
--}}
Salesman
Salesman ID
# Product Details
Price
QTY Amount (RM)
Sub Total
Estimated Tax (12.5%)
Discount
Shipping Charge
Total Amount
Date Method Approval Code Paid Amount (RM)
Sub total
Paid
Balance
{{-- Modal QR --}} {{-- End Modal QR --}}
@if($order->status == 4) @else Print @if (!empty($qrcode)) @endif @endif
@endsection @section('script')