diff --git a/app/Filament/Pages/AdminVerification/Index.php b/app/Filament/Pages/AdminVerification/Index.php index 2b8df6a..3a08e3a 100644 --- a/app/Filament/Pages/AdminVerification/Index.php +++ b/app/Filament/Pages/AdminVerification/Index.php @@ -187,7 +187,7 @@ public function getFilters(): array [ 'id' => 'all', 'label' => 'Semua', - 'icon' => null, + 'icon' => 'heroicon-s-squares-2x2', 'color' => 'primary', 'count' => VerificationRequest::count(), ], diff --git a/resources/views/filament/pages/admin-verification.blade.php b/resources/views/filament/pages/admin-verification.blade.php index 96454ab..aef6f16 100644 --- a/resources/views/filament/pages/admin-verification.blade.php +++ b/resources/views/filament/pages/admin-verification.blade.php @@ -1,23 +1,50 @@ -
+
@foreach ($this->getFilters as $filter) - @endforeach