Csrf
All checks were successful
Deploy App / deploy (push) Successful in 6s

This commit is contained in:
2025-12-21 14:55:54 +01:00
parent 5943c617fb
commit 27074ef54a
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ $title ?? config('app.name') }}</title>