Files
portfolio2023/build/resources/views/components/form/form.edge
T
Tutur33 977386f605 build
2023-12-06 22:34:07 +01:00

7 lines
152 B
Plaintext

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