More compoonents for forms

This commit is contained in:
2024-07-23 23:50:02 +10:00
parent f32c29fa8c
commit 83bdea458f
12 changed files with 48 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
<button type="cancel" id="cancel" {{ $attributes->class(['btn','btn-sm','btn-danger']) }}>Cancel</button>
<button type="cancel" id="cancel" style="margin-top: 2.0rem !important;" {{ $attributes->class(['btn','btn-sm','btn-danger']) }}>Cancel</button>
@section('page-scripts')
<script type="text/javascript">