mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-07 23:04:51 +02:00
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
<form method="{{ method }}" action="{{ action }}">
|
|
@if(flash)
|
|
@else
|
|
@!component('components/flash')
|
|
@end
|
|
{{{ await $slots.main() }}}
|
|
</form> |