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