{{ localize("Personal Information") }}


{{ localize("First Name") }}
{{ localize("Middle Name") }}
{{ localize("Last Name") }}
{{ localize("Phone Number") }}
{{ localize("Designation") }}
@if(isset($user->profile_pic))
@if(isset($user->profile_pic)) Previous Image @endif


@endif
{{-- Authentication Start --}} @include("dashboard.users._authentication") {{-- Authentication End --}} {{-- Partner Company Information Start--}} @include("dashboard.users._company") @if($user->user_type == 'distributor') @include("dashboard.users._social") @endif {{-- Partner Company Information End--}} {{-- Partner Contact Start --}} @if($user->user_type == 'partner') @include("dashboard.users._account") @endif @if($user->user_type == 'distributor') @include("dashboard.users._payment") @endif {{-- Partner Contact End --}} {{-- Partner Contact Start --}} @if($user->user_type == 'partner' || $user->user_type == 'distributor') @include("dashboard.users._contact") @endif {{-- Partner Contact End --}} {{-- Social Link Start --}} {{--@include("dashboard.partners._social")--}} {{-- Social Link End --}} {{-- Partner Attachment Start--}} @if($user->user_type == 'admin' || $user->user_type == 'partner' || $user->user_type == 'distributor') @include("dashboard.users._attachment") @endif {{-- Partner Attachment End--}} @push('extra-scripts') @endpush