Files
2023-12-06 13:44:48 +01:00

7 lines
152 B
Plaintext

<form method="{{ method }}" action="{{ action }}">
@if(flash)
@else
@!component('components/flash')
@end
{{{ await $slots.main() }}}
</form>