@extends('admin.layouts.app') @section('title', 'Edit User') @section('page-title', 'Edit User') @section('page-subtitle', 'Update user account') @section('content')
{{ $message }}
Leave blank to keep current password
Upload profile picture (JPG, PNG, max 2MB)
User can login and access the system
Member Since
{{ $user->created_at->format('M d, Y') }}
Last Updated
{{ $user->updated_at->format('M d, Y') }}
Status
{{ $user->is_active ? 'Active' : 'Inactive' }}