Hi there, I am currently working on developing an application and find myself in need of implementing CSS classes to a form using Collective Laravel "5.2.*".
The snippet of code that I have at the moment is as follows:
{!! Form::model($user, array('route' => array('home.user.update', $user->id)), where should the css classes be included? !!
{!! Form::close() !!}
Despite my attempts to add CSS classes, they are not being applied correctly.