@extends('layouts.app') @section('content')

Edit User

Back to Users

User Information

@csrf @method('PUT')
Enter new password only if you want to change it
@foreach($roles as $role)
roles->contains($role) ? 'checked' : '' }}>
@endforeach
Created: {{ $user->created_at->format('M d, Y H:i') }} | Updated: {{ $user->updated_at->format('M d, Y H:i') }}
Cancel
@endsection