@extends(auth()->user()?->can('admin.access') ? 'layouts.admin' : 'layouts.partner') @section('title', 'Profile — '.config('app.name')) @section('page_title', 'Profile') @section('breadcrumbs') @endsection @section('content')
Account
@csrf @method('PUT')
@if (app(\App\Domain\Settings\Services\SettingsRepository::class)->flagEnabled('two_factor_optional'))

Two-factor authentication

Manage 2FA @endif
Password
@csrf @method('PUT')
@endsection