updated widgets

This commit is contained in:
denisdulici
2020-01-16 00:42:20 +03:00
parent 546cff476d
commit 0430dc5f36
20 changed files with 79 additions and 128 deletions

View File

@ -7,17 +7,7 @@ use App\Models\Banking\Account;
class AccountBalance extends Widget
{
public function getDefaultName()
{
return trans('widgets.account_balance');
}
public function getDefaultSettings()
{
return [
'width' => 'col-md-4',
];
}
public $default_name = 'widgets.account_balance';
public function show()
{