add compte - modified ...

This commit is contained in:
Tutur33
2023-12-06 13:44:48 +01:00
parent 654f085f3c
commit bdc6c56467
15 changed files with 223 additions and 17 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
<form method="{{ method }}" action="{{ action }}">
@!component('components/flash')
@if(flash)
@else
@!component('components/flash')
@end
{{{ await $slots.main() }}}
</form>