@extends('layouts.master') @section('title') Create Order @endsection @section('css') @endsection @section('content')
Create New Sales Order
@csrf
you're currently logon as {{ auth()->user()->name }}, from {{ session('loc') }}.
Customer ID
Please enter a contact number
Please enter a valid email, Ex., example@gamil.com
Salesman ID
Please enter a registration no
Please enter a GST no
Please enter P.O. Number
Example invalid select feedback
# Product Details
Price
QTY Amount (RM)
Sub Total
Estimated Tax (12.5%)
Discount
Shipping Charge
Total Amount
Date Ref No Status Paid Amount (RM)
Sub total
Paid
Balance
@endsection @section('script') {{-- --}} {{-- --}} @if($salesman_id == null) @endif @endsection