@extends('Front.PatientLayout.mainLayout') @section('title', 'Delete Account') @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif @if (session('success'))
{{ session('success') }}
@endif
Logo

{{ __('setting.we_re_sorry_to_see_you_go') }}

{!! __('setting.for_any_other_reasons_help_and_support') !!}

{{ __('setting.choose_ac_des') }}

@endsection @section('js') @endsection