Update page title to use application name from configuration
All checks were successful
Tests / Laravel tests (pull_request) Successful in 11m54s

This commit is contained in:
2026-06-04 00:10:18 +02:00
parent f7c867e13c
commit 03b06632f9

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>Laravel</title>
<title>{{ config('app.name') }}</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">