{{ trans('label.edit') }}
{{ trans('label.id') }}:
@if ($model->customer) @endif
{{ trans('file.customer_name') }}:
{{ @$model->customer->name }}
{{ 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