update 20.10.2025
This commit is contained in:
parent
8c11130b5d
commit
a939cd51ef
616 changed files with 84821 additions and 4121 deletions
|
|
@ -25,6 +25,7 @@ class BusinessController extends Controller
|
|||
|
||||
public function show()
|
||||
{
|
||||
abort(403, 'This page is removed');
|
||||
$this->setFilterVars();
|
||||
$data = [
|
||||
'filter_months' => HTMLHelper::getTransMonths(),
|
||||
|
|
@ -36,6 +37,7 @@ class BusinessController extends Controller
|
|||
|
||||
public function structure()
|
||||
{
|
||||
//abort(403, 'This page is removed');
|
||||
$this->setFilterVars();
|
||||
$this->month = session('business_user_filter_month');
|
||||
$this->year = session('business_user_filter_year');
|
||||
|
|
@ -53,6 +55,7 @@ class BusinessController extends Controller
|
|||
|
||||
public function userDetail($user_id)
|
||||
{
|
||||
abort(403, 'This page is removed');
|
||||
$user = User::findOrFail($user_id);
|
||||
$this->setFilterVars();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue