@if (!empty($order)) @endif
{{ __('Service') }} {{ __('Options') }} {{ __('Price') }} {{ __($order->order_service->service->duration ?? 'Fixed') }}

{{ $order->order_service->service->name ?? '' }}

{{ $order->order_service->service->category->name ?? '' }} @if ($order->order_service->service->subcategory != null) / {{ $order->order_service->service->subcategory->name ?? '' }} @endif

{{ $order->order_service->options ?? '' }} {{ currencyFormat($order->order_service->price ?? '') }} {{ $order->order_service->hours ?? '' }}