mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 15:27:43 +01:00
fix: 🐛 Variabile non definita
This commit is contained in:
parent
82ac36a84f
commit
8fc6e4d9b1
@ -2,6 +2,10 @@
|
|||||||
<html lang="{{app()->getLocale()}}">
|
<html lang="{{app()->getLocale()}}">
|
||||||
@include('layouts.head')
|
@include('layouts.head')
|
||||||
<body>
|
<body>
|
||||||
|
@php
|
||||||
|
$modules = app(\App\Http\Controllers\Controller::class)
|
||||||
|
->getModules(request());
|
||||||
|
@endphp
|
||||||
@inertia
|
@inertia
|
||||||
@include('layouts.footer')
|
@include('layouts.footer')
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user