{{-- customer_name --}}
{{ trans('pre_project.customer_name') }}:
@if ($model->customer_id)
{{ @$model->customer->name }}
@endif
{{-- customer_address --}}
{{ trans('pre_project.customer_address') }}:
{{ @$model->customer->address }}
{{-- customer_phone --}}
{{ trans('pre_project.customer_phone') }}:
{{ trans('label.tel') }} {{ @$model->customer->formated_phone }}
{{-- customer_url --}}
{{ trans('pre_project.customer_url') }}:
{{ @$model->customer->url }}