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

Manage Sales Order

@if (session('success')) @endif @if($order->status == 4) @endif
@csrf
Salesman
Salesman ID
# Product Details
Price
QTY Amount (RM)
Sub Total
Estimated Tax (12.5%)
Discount
Shipping Charge
@if($order->sales_type != 4 && $order->sales_type != 7) @endif
@endsection @section('script') {{-- --}} {{-- --}}