Change all notes inputs to use notes component

This commit is contained in:
2024-12-06 21:30:44 +11:00
parent e9b5783945
commit ec139b79a2
9 changed files with 87 additions and 58 deletions

View File

@@ -403,8 +403,7 @@
<div class="row">
<!-- Notes -->
<div class="col-12">
<label for="notes" class="form-label">Notes</label>
<textarea class="form-control" rows=3 id="notes" name="notes" placeholder="Notes...">{{ old('notes',$o->notes) }}</textarea>
<x-form.notes name="notes" label="Notes" rows=3 placeholder="Notes..." :value="$o->notes"/>
</div>
</div>
@endcan