{# Reusable Form Components for Admin Provides consistent Tailwind CSS styling across all admin forms #} {# Text Input Field #} {% macro input(name, label, value = '', type = 'text', placeholder = '', required = false, disabled = false, attributes = {}) %}