Files
portfolio2023/resources/views/components/form/form.edge
T
2023-12-05 18:45:50 +01:00

4 lines
122 B
Plaintext

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