@extends('base') @section('content')

Delete User

This will fully delete this user with the name '{{$user->name}}' from the system.

Are you sure you want to delete this user?

{!! csrf_field() !!} Cancel
@stop