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