@include('icons.pen') {{ trans('label.edit') }}
{{-- customer_name --}}
{{ trans('tokutei_project.customer_name') }}:
@if ($model->customer) {{ @$model->customer->name }} @endif  
{{-- customer_type_name --}}
{{ trans('tokutei_project.customer_type_name') }}:
@if ($model->customer_type) {{ @$model->customer_type_name }} @else   @endif {{-- {{ @$model->customer_type_name }} --}}
{{-- customer_address --}}
{{ trans('tokutei_project.customer_address') }}:
{{ @$model->customer->address }}  
{{-- customer_phone --}}
{{ trans('tokutei_project.customer_phone') }}:
{{ @$model->customer->formatted_phone }}