@extends('layouts.app') @section('title', $user->name) @section('content')
Once you delete a user, there is no going back. This will permanently delete the user account.
@if($user->id === Auth::id())Warning: You cannot delete your own account.
@endif