@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

User / User Profile Edit


@method('PUT') @csrf
user-avatar

Allowed JPG, GIF or PNG. Max size of 800K


*
*
*
*
*
@if($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if($errors->has('state'))
{{ $errors->first('state') }}
@endif
@if($errors->has('city'))
{{ $errors->first('city') }}
@endif
*
*
*
Reset Password

residential =='Indian' ) ? 'checked' : '' }} />
residential =='NRI' ) ? 'checked' : '' }} />
Cancel
Make Yourself DP Buddy
@if(isset($user_media->user_id))
@csrf @method('PUT') @else @endif @csrf
@endsection