@extends('layouts.app') @section('title', 'Home Page') @section('header', 'Dashboard') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif

Projects Dashboard

Here’s what’s going on at your business right now

{{-- --}}

32

Projects

Awating processing

94

Members

Working hard

23

Invoices

Soon to be cleared

3

Refunds

Fresh start

Project: zero Roadmap

Phase 2 is now ongoing

Coming soon

Early bird gets the warm leads!

CRM Dashboard is coming to market
soon for fulfilling your every
CRM related needs.

@endsection @section('scripts') @endsection('scripts')