Create Order
 Order List
@csrf
@if ($errors->has('user_id'))
{{ $errors->first('user_id') }}
@endif
@if ($errors->has('prod_id'))
{{ $errors->first('prod_id') }}
@endif
@if ($errors->has('mode_id'))
{{ $errors->first('mode_id') }}
@endif
{{-- End Date --}}
@if ($errors->has('duration'))
{{ $errors->first('duration') }}
@endif
@if ($errors->has('mode'))
{{ $errors->first('mode') }}
@endif
@if ($errors->has('views'))
{{ $errors->first('views') }}
@endif
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
{{-- State List --}}