Sindbad~EG File Manager
<?php
namespace App\Filament\Widgets;
use App\Models\ImportRun;
use Filament\Widgets\Widget;
class ImportTrKeluarProgress extends Widget
{
protected static string $view = 'filament.widgets.import-tr-keluar-progress';
protected static ?int $pollingInterval = 2;
public function getRunProperty(): ?ImportRun
{
// return ImportRun::where('type', 'tr_keluar')->latest()->first();
return ImportRun::whereIn('type', ['tr_keluar', 'Pengeluaran'])->latest()->first();
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists