@extends('layouts.default') @section('title', 'Dashboard') @section('content')
Admin

{{ $total["admin_total"] ?? '' }}

View all
Users

{{ $total["user_total"] ?? '' }}

View all
Goal

{{ $total["goal_total"] ?? '' }}

View all
Savings

{{ $total["savings_total"] ?? '' }}

View all
{{--
Users
Users
Users
Users
--}}
@endsection @section('pagespecificscripts') @endsection