It may be a straightforward solution, but I haven't been able to locate any documentation on this topic. Recently, I created a form using Laravel 4 which is functioning as expected. However, the next step is to add some styling. How can I incorporate classes into the form when utilizing blade?
{{ Form::open(array('url' => 'foo/bar')) }}
I have already defined a class for the form and buttons, but I am uncertain about how to integrate it into the blade template.