@section('site_title', formatTitle([__('Delete'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('account'), 'title' => __('Account')], ['title' => __('Delete')] ]])

{{ __('Delete') }}

{{ __('Delete') }}
@include('shared.message')
@csrf
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif