Added disabled to components, new components, button and modal

This commit is contained in:
2024-07-25 13:52:29 +10:00
parent f393813311
commit 4a4cf3c5bf
13 changed files with 69 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
@if(isset($row) && $row)
<div class="row pt-2 pb-2">
<div class="col">
@endif
@error($name)<button {{ $attributes->class(['btn','btn-sm','btn-danger']) }}>{{ $message }}</button>@enderror
@if(isset($row) && $row)
</div>
</div>
@endif