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-10 17:12:32 +01:00

14 lines
211 B
PHP

<!DOCTYPE html>
<html lang="{{app()->getLocale()}}">
@include('layouts.head')
<body>
@inertia
@routes
@vite('app')
@include('layouts.translations')
</body>
</html>