@extends('admin.layouts.app') @section('title', 'Create Order') @section('page_title', 'Create Order') @section('content')
Create Order
@csrf
@error('order_type')
{{ $message }}
@enderror

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