@extends('user.layouts.master') @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.dashboard"), ] ], 'active' => __(@$page_title)]) @endsection @section('content')
@csrf @method("PUT")
@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" ])
  • {{ __("ID Card Image") }}:
    no-file
  • {{ __("Your Photo") }}:
    no-file
@endsection @push('script') @endpush