Replace with double quotes and you should be fine:
{{ Form::text( "dt[$dues_type_id]", $display_amount) }}
What about
{{ Form::text( 'dt['.$dues_type_id.']', $display_amount) }}
Both of the above work equally -- thanks! (I could only mark one as the solution, so I clicked on the first.)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community