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')) }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community