{{-- resources/views/admin/dashboard.blade.php --}} @extends('admin.layouts.app') @section('title', 'Dashboard') @section('page_title', 'Dashboard') @section('breadcrumb', 'Overview of the Kubhuka platform') @section('content') {{-- Stat Cards --}}
All caught up — no pending applications
| Property | Submitted | Status | |
|---|---|---|---|
|
{{ $app->property->name }}
{{ $app->property->city }},
{{ $app->property->country }}
|
{{ $app->submitted_at?->diffForHumans() ?? '—' }} | {{ str_replace('_', ' ', $app->status) }} | Review |
No properties yet
| Property | Type | Verification | Subscription |
|---|---|---|---|
|
{{ $property->name }}
{{ $property->city }}
|
{{ ucfirst(str_replace('_', ' ', $property->type)) }} | {{ str_replace('_', ' ', $property->verification_status) }} | {{ $property->subscription_status }} |
No data yet
@endifNo data yet
@endif