@extends('layout.default') @section('content') @include('dashboard._stats-widget', ['stats' => $stats]) @livewire('dashboard-project-table') @endsection