mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 23:37:51 +01:00
14 lines
211 B
PHP
14 lines
211 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{app()->getLocale()}}">
|
|
@include('layouts.head')
|
|
<body>
|
|
@inertia
|
|
|
|
@routes
|
|
|
|
@vite('app')
|
|
|
|
@include('layouts.translations')
|
|
</body>
|
|
</html>
|