@extends('admin.layout.master') @section('content')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif
@csrf

Edit User

*NOTE: Email Address And Contact Number Are Not Editable

@if($user->avatar_location == NULL) @else @endif

@if($user->id_scan == NULL) @else @endif

@endsection @section('scripts') @endsection