Support the ongoing development of Laravel.io →
Input Blade Forms
Last updated 1 year ago.
0
Solution

Replace with double quotes and you should be fine:

{{ Form::text( "dt[$dues_type_id]", $display_amount) }}
Last updated 1 year ago.
0

What about

{{ Form::text( 'dt['.$dues_type_id.']', $display_amount) }}
Last updated 1 year ago.
0

Both of the above work equally -- thanks! (I could only mark one as the solution, so I clicked on the first.)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

zocios zocios Joined 28 May 2014

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.