@lang('global.order_details')

$order]) }} method='POST'> @csrf @method('PATCH')
@if ($order->status->title === 'pending') @endif @if ($order->status->title !== 'pending') @endif @if ($order->status->title === 'pending') @endif @foreach ($order->items_pivot()->withTrashed()->get() as $item) $item->trashed()])> @if ($order->status->title === 'pending') @endif @if ($order->status->title !== 'pending') @endif @if ($order->status->title === 'pending') @endif @endforeach
@lang('global.quantity')@lang('global.category')@lang('global.quantity')@lang('global.unit_price')@lang('global.actions')
$item->trashed()])>
{{ $item->title }} {{ $item->quantity }} @if ($item->price ==0) @lang('global.without_fees') @else {{ $item->price }} {!! $order->service->branch->city->country->currency_code !!} @endif $item->trashed()])>
@lang('global.total_amount')
@if ($order->total_price ==0) @lang('global.without_fees') @else {{ number_format($order->total_price, 2) }} {!! $order->service->branch->city->country->currency_code !!} @endif
@if (in_array($order->status->title,$order->service->settings->orders->enable_cancellation_on_status))
@csrf @method('PATCH')
@endif @if (in_array($order->status->title,$order->service->settings->orders->enable_adding_item_on_status)) @endif @if ($order->status->title === 'pending' ) @endif