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

User / Edit User

{{-- @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif --}}
@csrf
user-avatar

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


@if($user_details->working_status == 'other') @elseif(old('working_status') === 'other') @else @endif
user()->role != 'superadmin') style="display:none;" @endif>
user()->role != 'superadmin') style="display:none;" @endif>
Reset Password

residential =='Indian' ) ? 'checked' : '' }} />
residential =='NRI' ) ? 'checked' : '' }} />
Cancel
@endsection