frontend
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

This commit is contained in:
Ovidiu U
2026-04-09 15:41:07 +01:00
parent c47d024b36
commit 28d4a9df5c
2 changed files with 12 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
<head>
@include('partials.head')
@include('partials.head', ['title' => $title ?? null])
</head>
<body class="min-h-screen bg-white dark:bg-zinc-900">
{{ $slot }}