laravel-form-builder
laravel-form-builder copied to clipboard
Outputting the collection prototype within a custom template
Hi,
I'm creating a custom template for a collection type, in order to create a bootstrap tabbed layout for my collection forms.
Could anyone assist in finding out how to output the prototype() from within the template itself?
Many thanks.
EDIT: I think I've realised I may be being a bit silly as I don't think this will be possible. If the prototype is created when building the form, then it can't be used in the template.
@DanWatsonPBP check this issue, it will maybe help you https://github.com/kristijanhusak/laravel-form-builder/issues/332