@extends('backend.app') @push('css') @endpush @section('content')

Order Create

@csrf {{-- Order Info --}}
Order Information
Date, status & basic order details
{{-- Product Search --}}
Products
Search & add products into this order
{{-- Product Table --}}
{{-- JS will append rows here --}}
Image Product Size Color Quantity Sell Price Discount Subtotal Action
{{-- Customer & Courier --}}
Customer & Courier
Customer info & delivery method
{{-- Last Name removed --}}
{{-- Redx --}}
These fields only for Redx Courier Service
{{-- Pathao --}}
These fields only for Pathao Courier Service
{{-- Payment & Total --}}
Payment Summary
Delivery charge & grand total
{{-- Discount hidden field (backend āĻāϰ āϜāĻ¨ā§āϝ) --}}
{{-- Note --}}
Note
Any special instruction about this order
{{-- Actions --}}
@endsection @push('js') @endpush