@extends('layouts.master')
@section('page_title', 'My Dashboard')
@section('content')
{{-- Accounting Dashboard for Accountants and Super Admins --}}
@if(Qs::userIsTeamAccount())
Financial Dashboard
Loading...
Loading financial data...
@livewire('dashboard.accounting-dashboard')
@endif
@if(Qs::userIsParent())
@if($my_children_list != null)
@foreach($my_children_list as $child)