{{-- MODULE TEMPLATE — SHARED CREATE/EDIT FORM PARTIAL Included by create.blade.php and edit.blade.php so field markup only lives in one place. `$item` is null when creating, and the model instance when editing — use `old('field', $item->field ?? '')` on every input so validation errors re-populate correctly in both modes. --}}