Support the ongoing development of Laravel.io →
Configuration Blade Forms

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't put the values in the custom inputs

https://gist.github.com/drog/a1cafcdc8ba1b49f2cb1

Last updated 3 years ago.
0
Solution

well, i solved the problem adding directly the value from server

wrong

  {{ Form::time('time', null, array('class' => 'form-control')) }}

correct

     {{ Form::time('time', $mark->time, array('class' => 'form-control')) }}
Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

drog drog Joined 24 Jul 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.

© 2025 Laravel.io - All rights reserved.