@extends('layouts.layout-2') @section('content')
{{__('register.delete_account')}}

{{__('register.confirm_your_identity')}}

{!! Form::open(['action' => route('user_delete_account')]) !!}
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
{!! Form::close() !!}
@endsection