{{ trans('label.edit') }}
{{-- customer_name --}}
{{ trans('label.id') }}:
@if ($model->customer) @endif
{{-- customer_name --}}
{{ trans('customer.name') }}:
{{ @$model->customer->name }}
{{-- customer_address --}}
{{ trans('hiring_project.customer_address') }}:
{{ @$model->customer->address }}
{{-- customer_phone --}}
{{ trans('hiring_project.customer_phone') }}:
{{ @$model->customer->formatted_phone }}
{{-- customer_url --}}
{{ trans('hiring_project.customer_url') }}:
@if (trim(@$model->customer->url)) @endif
{{-- customer_type_name --}}
{{ trans('hiring_project.customer_type_name') }}:
@if ($model->customer_type) {{ @$model->customer_type_name }} @endif