@extends(Theme::viewName('layout')) @section('title', trans('admin.delete_user', ['name' => $user->name])) @section('breadcrumb') @endsection @section('content')
@yield('title')

@lang('admin.delete_user_confirm', ['name' => $user->name])

@lang('admin.delete_user_warning')

{{ csrf_field() }} {{ method_field('DELETE') }} @lang('forms.cancel_action')
@endsection