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