@extends('layouts.app')
@section('title', 'Settings')
@section('content')
Settings
Profile
Change password
@if(auth()->user()?->isTenantAdmin() && $tenant)
Workspace
Workspace name is shown in the header. AI tone is used for auto-replies to social messages.
Billing
Manage your plan, upgrade via Razorpay, and download payment history.
Open Billing
@endif
@endsection