{{ trans('dashboard.others.info') }}
| {{ trans('services.tel') }} | {{ $service->tel }} |
|---|---|
| {{ trans('services.name') }} | {{ $service->product_name }} |
| {{ trans('services.model') }} | {{ $service->model }} |
| {{ trans('services.duration') }} | {{ trans('services.durations.'.$service->duration) }} |
| {{ trans('services.note') }} | {{ $service->note }} |
| {{ trans('services.is_warranty') }} | {{ $service->is_warranty ? "Yes" : "No" }} {{ $service->is_send ? "Send" : ""}} |
{{ d_format($service->send_date) }}