@extends('layouts.sales') @section('title', 'Pengaturan') @section('content') {{-- ── PAGE HEADER ─────────────────────────────────── --}}

Pengaturan

Kelola profil, rekening bank, dan keamanan akun Anda

{{-- ── PROFIL SALES ───────────────────────────── --}}
Profil Sales
@csrf
{{-- ── REKENING BANK ──────────────────────────── --}}
Rekening Bank
@csrf
{{-- ── UBAH PASSWORD ──────────────────────────── --}}
Ubah Password
@if(session('error')) @endif
@csrf
{{-- ── ZONA BAHAYA / LOGOUT ───────────────────── --}}
Zona Berbahaya

Setelah logout, Anda harus masuk kembali menggunakan email dan password Anda.

@csrf
@endsection