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