@extends('layouts.app') @section('title', 'Edit User') @section('breadcrumbs') @endsection @section('content')

Edit User

Update user information and permissions

@csrf @method('PUT')

Minimum 8 characters with uppercase, lowercase, and numbers

Permissions

Uncheck to disable this user account

Activity Information

Last Login

{{ now()->subDays(2)->format('M d, Y H:i') }}

Account Created

{{ now()->subYears(1)->format('M d, Y') }}

Last Password Change

{{ now()->subMonths(3)->format('M d, Y') }}

Failed Login Attempts

0

Cancel
@endsection