08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -3,10 +3,10 @@
|
|||
@section('content')
|
||||
<div class="card mb-4">
|
||||
<h5 class="card-header">
|
||||
{{__('Delete Account')}}
|
||||
{{__('register.delete_account')}}
|
||||
</h5>
|
||||
<div class="card-body">
|
||||
<p>{{__('Confirm your identity with your password before proceeding.')}}</p>
|
||||
<p>{{__('register.confirm_your_identity')}}</p>
|
||||
|
||||
{!! Form::open(['url' => route('user_delete_account')]) !!}
|
||||
<div class="form-group row">
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-10 ml-sm-auto">
|
||||
<button type="submit" class="btn btn-danger">{{__('Delete Account')}}</button>
|
||||
<button type="submit" class="btn btn-danger">{{__('register.delete_account')}}</button>
|
||||
</div>
|
||||
</div>
|
||||
{!! Form::close() !!}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue