Роли, переделывание отчета, изменение на главной странице
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@vite('resources/js/app.js')
|
||||
@inertiaHead
|
||||
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
|
||||
<!-- Styles / Scripts -->
|
||||
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
|
||||
@vite(['resources/js/app.js'])
|
||||
@inertiaHead
|
||||
@endif
|
||||
</head>
|
||||
<body>
|
||||
@inertia('onboard')
|
||||
|
||||
Reference in New Issue
Block a user