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