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