@extends('layouts.master') @section('title') Create Order @endsection @section('css') @endsection @section('content')
Create New Cash Order
@csrf
you're currently logon as {{ auth()->user()->name }}, from {{ session('loc') }}.
Customer ID
Please enter a contact number
Please enter a contact number
Please enter a valid email, Ex., example@gamil.com
Salesman
@if($salesman_id == null || auth()->user()->can('order-reselect-salesman') == '1') @else @endif
Please enter a registration no
Please enter a GST no
Please enter P.O. Number
Maximum 100 characters.
# Product Details
Price
QTY Amount (RM)
Sub Total
Estimated Tax (12.5%)
Discount
Shipping Charge
Total Amount
@if($incard->voucher == 1) @endif
Date Method Approval Code Paid Amount (RM)
Sub total
Paid
Balance
@if($incard->voucher == 1) @endif @endsection @section('script') @if($salesman_id == null) @endif @endsection