formatting

This commit is contained in:
denisdulici
2019-12-29 10:20:27 +03:00
parent 958ab027b5
commit 237b161fe0
3 changed files with 3 additions and 8 deletions

View File

@ -7,13 +7,8 @@ use App\Models\Banking\Account;
class AccountBalance extends Widget
{
/**
* Treat this method as a controller action.
* Return view() or other content to display.
*/
public function run()
public function show()
{
//
$accounts = Account::enabled()->take(5)->get();
return view('widgets.account_balance', [