1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 23:37:51 +01:00
openstamanager/resources/views/external.blade.php
2022-01-26 12:03:53 +01:00

13 lines
311 B
PHP

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