@extends('layouts.layout-2') @section('content')
{{__('Delete Account')}}

{{__('Confirm your identity with your password before proceeding.')}}

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