{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')
@if (session('status')) {{-- Success Alert --}} @endif {{-- --}}

1. Add Products

2. Delivery Details

3. Review and Submit

@csrf {{--========================================= Step 1 ==========================================--}}

Add Products for the delivery

{{-- You can also search items here --}}
Looks good!
Please select an item to add
{{-- Add Gift --}}
{{-- --}}
GiftDescription Qty Discount (%) Unit Rate Amount Net Amount
TOTAL AMOUNT 0.00 DISCOUNT 0.00 NET AMOUNT 0.00
{{--========================================= Step 2 ==========================================--}}

Enter Customer Details

+88
Please enter customer phone number.
Please enter customer Address.
Please enter customer name here.

Enter Delivery Details

Please enter delivery Time here.
Please select a payment status
Please select an area from the list
Specify a gift here
Please write a remarks.

Review your Details and Submit

Customer Details:
Delivery Details:
Delivery Time:
Payment Status:
Area To Assign:
Products List:
Cost Details & Remarks:
Total Amount: BDT
Discount: BDT
Net Amount: BDT
Gift:
Remarks:
@endsection {{-- Scripts Section --}} @section('scripts') @endsection {{-- --}}