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