@extends('layouts.master') @section('title') Create Order @endsection @section('css') @endsection @section('content')
Create New Quotation
@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
@if($salesman_id == null || auth()->user()->can('order-reselect-salesman') == '1') @else @endif
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
@endsection @section('script') @endsection