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