@if (@$model->customer_staff)
{{ @$model->customer_staff->name ?? @$model->customer_staff->name_kana }}
{{ @$model->customer_staff->email }}
@if (@$model->customer_staff->phone)
{{ @$model->customer_staff->phone }}
@endif
@if (@$model->customer_staff->tel)
{{ @$model->customer_staff->tel }}
@endif
@endif