techblog/resources/views/layouts/app.blade.php
PeterChrz 75561faf25
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
initialize project and update gitignore
2026-03-19 09:35:42 -04:00

7 lines
192 B
PHP

<x-layouts::app.header :title="$title ?? null">
<flux:main>
<div class="mx-auto w-full max-w-7xl">
{{ $slot }}
</div>
</flux:main>
</x-layouts::app.header>