@extends('layouts.app') @section('title', 'Settings') @section('content')

Settings

Manage your account and security preferences.

@include('admin.system-settings.partials.aside')
@livewire('system-setting.wallet')
@endsection