@extends('layouts.admin') @section('jumbotron')

Delete User

@endsection @section('content')

Are you sure you want to delete?

User : {{ $user->username }}

Note: All contents belongs to this user will be deleted too!


{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection