wip file field

This commit is contained in:
2024-09-28 18:36:18 +03:00
parent 5ed57838fc
commit 39e7a3aed4
25 changed files with 674 additions and 44 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<div class="notice {{$type ?? "info"}}">
<div class="notice {{$type ?? "info"}}" role="alert">
<div class="title">{{$title}}</div>
<div class="content">{{ $slot }}</div>
</div>