1
0
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:
Maicol Battistini 2022-01-26 12:03:53 +01:00
parent 82ac36a84f
commit 8fc6e4d9b1

View File

@ -2,6 +2,10 @@
<html lang="{{app()->getLocale()}}">
@include('layouts.head')
<body>
@php
$modules = app(\App\Http\Controllers\Controller::class)
->getModules(request());
@endphp
@inertia
@include('layouts.footer')
</body>