{{ HTML::style('css/travel/new_address.css') }} {{ Form::hidden('new-address-url', action('NewAddressController@postNewAddress', array()), array('id'=>'new-address-url')) }} {{ Form::hidden('load-counties', action('NewAddressController@getCounties', array()), array('id'=>'load-counties')) }} {{ Form::hidden('load-parishes', action('NewAddressController@getParishes', array()), array('id'=>'load-parishes')) }} {{ Form::open(array('url' => '', 'class' => 'form-create', 'method' => 'POST', 'id' => 'newAddressForm')) }} {{ Form::hidden('serial_fml', $param, array('id'=>'serial_fml')) }} {{ Form::hidden('travel_address', 'YES', array('id'=>'travel_address_fma')) }} {{ Form::hidden('serial_std', $serial_std, array('id'=>'serial_std')) }}