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

Create Payment

@csrf
Please enter a phone number (1)
Please enter a phone number (2)
Please enter a address
Example invalid select feedback
# Product Details
Price
Quantity Amount
Sub Total
Estimated Tax (12.5%)
Discount
Shipping Charge
Total Amount
@endsection @section('script') @endsection