@extends('admin::layouts.app') @section('content') @csrf {{ __('label.customer') }} {{ __('admin.view_edit_customer') }} {{ __('admin.submit') }} {{ __('static.cancel') }} {{ __('admin.enter_the_details_below_for_update_business_artistis') }} First Name * Last Name * Profile Image * Email-Id * {{ __('admin.mobile_no') }}* @if (count($countries) > 0) @foreach ($countries as $country) mobile_code_id == $country->id ? 'selected' : '' }}> {{ $country->dial_code }} @endforeach @endif Gender* @foreach ($genderdropdown as $gender) userDetail->gender) && $user->userDetail->gender == $gender ? 'selected' : '' }}> {{ ucfirst($gender) }} @endforeach Date Of Birth * National ID Number * National ID Front Image * National ID Back Image * {{ __('admin.address') }} * {{ __('admin.country') }} * {{ __('admin.state') }} * {{ __('admin.city') }} * {{ __('admin.area') }} * {{ __('admin.postal_code') }} * @endsection @section('script') @endsection
{{ __('admin.view_edit_customer') }}