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