whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
app
/
Widgets
/
Upload File:
files >> /home/qbizpnmr/test.qbiztax.com/app/Widgets/Currencies.php
<?php namespace App\Widgets; use App\Abstracts\Widget; use App\Models\Setting\Currency; class Currencies extends Widget { public $default_name = 'widgets.currencies'; public function show() { $currencies = Currency::enabled()->take(5)->get(); return $this->view('widgets.currencies', [ 'currencies' => $currencies, ]); } }
Copyright ©2021 || Defacer Indonesia