Add (ai tool submission)

This commit is contained in:
2023-11-29 21:16:13 +08:00
parent 79326f74f1
commit 7ce1e93242
67 changed files with 686 additions and 474 deletions

View File

@@ -0,0 +1,9 @@
@if (session()->has('error'))
<toast-message :timeout="{{ session()->get('error')->timeout }}" type="error"
message="{{ session()->get('error')->message }}"></toast-message>
@endif
@if (session()->has('success'))
<toast-message :timeout="{{ session()->get('success')->timeout }}" type="success"
message="{{ session()->get('success')->message }}"></toast-message>
@endif