{{-- Cards --}}

Total Projects

{{ $totalProjects }}

Projects Today

{{ $projectsToday }}

Total Suppliers

{{ $totalSuppliers }}

{{-- Charts --}}
Projects Created (Last 12 mos)
Suppliers vs Projects
{{-- Recent Projects --}}

Recent Projects

@foreach($recentProjects as $p) @endforeach
Code Name Amount Date Created
{{ $p->project_code }} {{ $p->project_name }} ₱ {{ number_format($p->total_amount,2) }} {{ $p->created_at->format('Y-m-d') }}
{{-- Recent Suppliers --}}

Recent Suppliers

@foreach($recentSuppliers as $s) @endforeach
Business Name Contact Date Added
{{ $s->business_name }} {{ $s->contact_person }} {{ $s->created_at->format('Y-m-d') }}
{{-- Push Chart.js script and initialization to the layout’s scripts stack --}} @push('scripts') @endpush