playing with extensible fields

This commit is contained in:
2024-10-11 16:04:44 +03:00
parent dfe4576725
commit b19a84b6ba
32 changed files with 675 additions and 109 deletions
@@ -0,0 +1,15 @@
@pushonce("scripts")
<script>
console.log("cool");
</script>
@endpushonce
<input
id="{{$fieldId}}"
name="{{$data->name}}"
type="text"
class="form-control"
autocomplete="off"
value="{{$record->data[$data->name]}}"
/>