web/resources/views/layouts/auth.blade.php

4 lines
91 B
PHP
Raw Normal View History

2026-08-22 23:42:57 +02:00
<x-layouts::auth.simple :title="$title ?? null">
{{ $slot }}
</x-layouts::auth.simple>