2021-08-19 16:38:23 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{app()->getLocale()}}">
|
|
|
|
@include('layouts.head')
|
|
|
|
<body>
|
|
|
|
@inertia
|
|
|
|
|
|
|
|
@routes
|
|
|
|
|
2021-09-07 13:37:18 +02:00
|
|
|
@client
|
|
|
|
@vite('app')
|
2021-11-09 10:14:08 +01:00
|
|
|
|
|
|
|
@include('layouts.translations')
|
2021-08-19 16:38:23 +02:00
|
|
|
</body>
|
|
|
|
</html>
|