@extends('admin.layouts.app') @section('title', 'Dashboard') @section('header-title', 'Dashboard') @section('content')
{{ $stats['projects'] }}
Projects
{{ $stats['partners'] }}
Partners
{{ $stats['users'] }}
Users
Quick Actions
New Project New Partner New User
@endsection