{{ trans('label.id') }}:
{{ trans('trainee.customer_name') }}:
((model?.name))
{{ trans('customer.customer_address') }}:
((model?.address))
{{ trans('customer.customer_phone') }}:
((model?.formatted_phone))
{{-- customer_type_name --}}
{{ trans('label.status') }}:
(( model.pivot?.status_name ))