@extends('admin.layouts.app') @section('content')
{{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Update user --}}
@csrf

{{ __('User Details') }}

{{-- User id --}} {{-- User fullname --}}
{{-- Email --}}
{{-- Change password --}}

{{ __('Change Password') }}

{{-- New password --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection