Skip to content

Commit ace1927

Browse files
fix: pass title variable on layout components (#45)
* fix: pass title variable on layout components * revert app.blade.php
1 parent 5a2c7ff commit ace1927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<x-layouts.auth.simple>
1+
<x-layouts.auth.simple :title="$title ?? null">
22
{{ $slot }}
33
</x-layouts.auth.simple>

0 commit comments

Comments
 (0)