@extends('admin.layouts.app') @section('title', 'Create Order') @section('page_title', 'Create Order') @section('content')
Create Order
@csrf

Order Items
Product Quantity Rate Amount
Total:
Cancel
@endsection @section('scripts') @endsection