Support the ongoing development of Laravel.io →
Input Blade Forms
Last updated 2 years ago.
0

I realized the way to do it would be to loop over and write like this

 {!! Form::label('guest['.$x.'][fname]', 'First Name:*') !!}
 {!! Form::text('guest['.$x.'][fname]') !!}

Now I'm wondering will I be able to use model binding for such a form and if yes how do I deal with multiple set of data that will be multiple records in the DB

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.