@extends('back.layout.app') @section('title', 'Paramètres') @php $breadcrumb = 'profil.settings'; // $breadcrumbParams = [$user]; @endphp @section('content') {{-- @include('back.profil.partials.header') --}} @include('back.profil.partials.menu')
@include('back.profil.partials.sidebar')
{{-- Basic Settings --}} {{-- Adresss--}} {{-- Email --}} {{-- Password --}} {{-- Two-Factor Authentication --}} {{-- Social Login--}} {{-- --}} {{-- Preference--}} {{-- Notification--}} {{-- --}} {{-- Notification--}} {{-- --}} {{--

Delete Account

We regret to see you leave. Confirm account deletion below. Your data will be permanently removed. Thank you for being part of our community. Please check our Setup Guidelines if you still wish continue.
--}}
@endsection @push('scripts') @endpush