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