{{-- customer_name --}}
{{ trans('pre_project.customer_name') }}:
{{ @$model->customer->name }}
@if ($model->customer_id)
@endif
{{-- customer_address --}}
{{ trans('pre_project.customer_address') }}:
{{ @$model->customer->address }}
{{-- customer_phone --}}
{{ trans('pre_project.customer_phone') }}:
{{ @$model->customer->formatted_phone }}
{{-- customer_url --}}
{{ trans('pre_project.customer_url') }}:
@if (trim(@$model->customer->url))
{{ @$model->customer->url }}
@endif
{{-- customer_type_name --}}
{{ trans('pre_project.customer_type_name') }}:
@if ($model->customer_type)
{{ @$model->customer_type_name }}
@else
@endif
{{-- {{ @$model->customer_type_name }} --}}