{{ trans('label.edit') }}
{{-- customer_name --}}
{{ trans('hiring_project.customer_name') }}:
@if ($model->customer) {{ @$model->customer->name }} @endif  
{{-- 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)) {{ @$model->customer->url }} @endif  
{{-- customer_type_name --}}
{{ trans('hiring_project.customer_type_name') }}:
@if ($model->customer_type) {{ @$model->customer_type_name }} @else   @endif {{-- {{ @$model->customer_type_name }} --}}