Merge branch 'laravel-12' into 'LivewireViews'
# Conflicts: # resources/views/components/footer.blade.php # resources/views/components/layouts/app.blade.php # routes/web.php
This commit is contained in:
@@ -20,16 +20,17 @@
|
||||
@livewireStyles
|
||||
@fluxAppearance
|
||||
|
||||
<title>{{ $title . ' | ' . config('app.name', 'Laravel') ?? config('app.name', 'Laravel') }}</title>
|
||||
<title>{{ $title . ' | ' . config('app.name') ?? config('app.name') }}</title>
|
||||
</head>
|
||||
<body class="font-sans antialiased">
|
||||
<body class="font-sans antialiased bg-zinc-800">
|
||||
<x-navbar />
|
||||
|
||||
{{ $slot }}
|
||||
|
||||
<x-footer/>
|
||||
|
||||
<x-footer />
|
||||
|
||||
@stack('modals')
|
||||
|
||||
@livewireScripts
|
||||
@fluxScripts
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user