@extends('layouts.app')
@section('title', 'Edit User')
@section('subtitle', 'Update user information and permissions')
@section('content')
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
Danger Zone
Once you delete a user, there is no going back. Please be certain.