@lang('global.reservation_number') | @lang('global.service') | @lang('validation.attributes.time') | @if ($order->price)@lang('global.price') | @endif@lang('global.reservation_status') |
---|---|---|---|---|
{{ $order->number }} | {{ $order->sitem_title }} | {{ $order->appointment_time->format('Y-m-d h:i A') }} | @if ($order->price){{ $order->price }} SAR | @endif@lang("global.{$order->status->title}") |
@lang('global.order_status') : @lang("global.{$order->status->title}")
@if ($order->rejection_notes){{ $order->rejection_notes }}
@endif @lang('global.ok')