@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?

id}") }}" method="POST"> {!! csrf_field() !!} id}") }}" class="button muted">Cancel
@stop