@include('admin.components.form.input', [
'label' => __("first Name")." "."* (" . __("Should match with your ID") . ")",
'placeholder' => __("enter First Name"),
'name' => "first_name",
'value' => $user->strowallet_customer->firstName
])
@include('admin.components.form.input', [
'label' => __("Last Name")." "."* (" . __("Should match with your ID") . ")",
'placeholder' => __("enter Last Name"),
'name' => "last_name",
'value' => $user->strowallet_customer->lastName
])
@include('admin.components.form.input-file', [
'label' => __("ID Card Image (Font Side)")." "." (" . __("NID/Passport") . ")",
'name' => "id_image_font",
'class' => "form--control",
'label_class' => "mw-100"
])
@include('admin.components.form.input-file', [
'label' => __("Your Photo")." "." (" . __("Should show your face and must be match with your ID") . ")",
'name' => "user_image",
'class' => "form--control",
'label_class' => "mw-100"
])