@extends('user.layouts.master') @section('user_content')
@if(Session::has('profile_updated')) @elseif(Session::has('ambassador_updated')) @endif

User Profile Setting


@if(Auth::user()->image == null) @if(Auth::user()->ambassador == 1) @endif @else @if(Auth::user()->ambassador == 1) @endif @endif
@include('user.modals.profile_editmodal') @include('user.modals.user_password')

Basic Information

My Referral Id : {{Auth::user()->user_name}} Name : {{Auth::user()->name}}
Gender : {{Auth::user()->gender}}
Date of Birth : {{Auth::user()->date_of_birth}}
Address : {{Auth::user()->address}}
City : {{Auth::user()->city}}
Country : {{Auth::user()->country}}
Postal code : {{Auth::user()->postal_code}}
Contact No : {{Auth::user()->contact}}
Email : {{Auth::user()->email}}
NID/Passport Number : {{Auth::user()->nid_passport}}
@if(Auth::user()->kyc == 0) Edit Profile Info @endif Change password

@endsection