Order

Total

@if(auth()->user()->hasRole('admin') || auth()->user()->hasRole('owner') || auth()->user()->hasRole('client'))
{{ __("Status History")}}
@endif @if(auth()->user()->hasRole('driver'))
{{ __("Status History")}}
@endif

{{ __('Your overall rating') }}

@csrf
tick image

{{ __('Order time to prepare in minutes') }}

@for($i=5; $i<=150; $i+=5) @endfor

{{ __('Quantity') }}

@csrf @method('PATCH')

{{ __('Assign Driver') }}

@include('partials.fields',$fields)