Global Filter at Dashboard
Hi all , does anyone have try to create global filter at dashboard page ? I have watch some tutorial at the youtube but mostly the filter either by date or options we set on code . I try to implement option by calling model like
->options(DeviceQuota::all->pluck(‘name’ , ‘id’)
But its seems not working . I create 3 stat widget that I want to filter attribute quantity, disbursement and balance from DeviceQuota model . Any ideas?
0 Replies