{{ brand_name() }}

{{ __('admin.repair_invoice') }}

@if ($order->qr_code_path) @endif
{{ __('admin.repair_tracking_code') }}
{{ $order->tracking_code }}
{{ __('admin.status') }}
{{ $order->status }}
{{ __('admin.repair_device') }}
{{ $order->device_name }}
{{ __('admin.repair_customer_name') }}
{{ $order->customer_name ?? $order->user?->name }}
{{ __('admin.repair_customer_mobile') }}
{{ $order->customer_mobile ?? $order->user?->mobile }}
{{ __('admin.repair_received_at') }}
{{ $order->received_at?->format('Y-m-d H:i') }}
@if ($order->issue_body)
{{ __('admin.body') }}
{{ $order->issue_body }}
@endif