Dashboard Overview

{{ $stats['total_submissions'] }}

Total Submissions

More info

{{ $stats['total_warranty_types'] }}

Warranty Types

More info

Recent Submissions

@foreach($stats['recent_submissions'] as $item) @endforeach
Ref Code Customer Product Status Date
{{ $item->ref_code }} {{ $item->name }} {{ $item->product_type }} {{ ucfirst($item->status) }} {{ $item->created_at->format('d/m/Y') }}