@extends('front.layout.app') @section('page_title',trans('word.delete-account')) @section('custom-styles') @endsection @section('content')
@include('front.layout.profile-side')
@if(session()->has('success')) @endif

@lang('word.delete-account')

@csrf"

@lang('word.Do-really-want-delete-account-data-will-deleted-and-lose-membership')

@include('front.layout.profile-side-mobile')
@if(session()->has('success')) @endif

@lang('word.delete-account')

@csrf"

@lang('word.Do-really-want-delete-account-data-will-deleted-and-lose-membership')

@endsection @section('scripts') @endsection