@extends('front.layouts.app') @section('content')
@include('front.partials.sidebar')

Change Account Privacy

@csrf

Upate Password

Ensure your account is using a long, random password to stay secure.

@csrf @method('put')

Delete Account

@csrf @method('delete')

{{ __('Are you sure you want to delete your account?') }}

{{ __('Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.') }}

{{ __('Cancel') }} {{ __('Delete Account') }}
@endsection