playing with extensible fields

This commit is contained in:
2024-10-11 16:04:44 +03:00
parent dfe4576725
commit b19a84b6ba
32 changed files with 675 additions and 109 deletions
+1
View File
@@ -6,6 +6,7 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>@yield('title') - {{ config("lucent.name") }}</title>
@include("lucent::includes.assets")
@stack("scripts")
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>