@extends('admin.layouts.main') @section('title', 'Create Order') @section('menu', 'Orders') @section('content')
@csrf
Order Details
@if ($errors->has('user_id')){{ $errors->first('user_id') }}@endif
Order Items
@if ($errors->has('items')){{ $errors->first('items') }}@endif
Notes
Publish
Back to List
@endsection @push('custom-stylesheets') @endpush @push('custom-scripts') @endpush