changed positions
This commit is contained in:
		@@ -8,6 +8,18 @@ use App\Models\Purchase\Bill;
 | 
			
		||||
 | 
			
		||||
class TotalExpenses extends Widget
 | 
			
		||||
{
 | 
			
		||||
    public function getDefaultName()
 | 
			
		||||
    {
 | 
			
		||||
        return trans('widgets.total_expenses');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function getDefaultSettings()
 | 
			
		||||
    {
 | 
			
		||||
        return [
 | 
			
		||||
            'width' => 'col-md-4',
 | 
			
		||||
        ];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function show()
 | 
			
		||||
    {
 | 
			
		||||
        $current = $open = $overdue = 0;
 | 
			
		||||
@@ -40,9 +52,4 @@ class TotalExpenses extends Widget
 | 
			
		||||
            'totals' => $totals,
 | 
			
		||||
        ]);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function getDefaultName()
 | 
			
		||||
    {
 | 
			
		||||
        return trans('widgets.total_expenses');
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user