{{ HTML::style('css/travel/new_address.css') }} {{ Form::hidden('new-address-url', action('AddressController@postSaveFamilyAddress', 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', $serial_fml, array('id'=>'serial_fml')) }} {{ Form::hidden('travel_address_fma', $familyAddres->travel_address_fma ? $familyAddres->travel_address_fma:'YES', array('id'=>'travel_address_fma')) }} {{ Form::hidden('serial_fma', $familyAddres->serial_fma, array('id'=>'serial_fma')) }} {{ Form::hidden('status_fma', $status, array('id'=>'status_fma')) }} {{ Form::hidden('serial_std', $serial_std, array('id'=>'serial_std')) }}
Calle Principal {{ Form::text('main_street_fma', $familyAddres->main_street_fma, array('class'=>'form-control', 'id'=>'main_street_fma')) }}
Número {{ Form::text('number_fma', $familyAddres->number_fma, array('class'=>'form-control', 'id'=>'number_fma')) }}
Calle Secundaria {{ Form::text('secondary_street_fma', $familyAddres->secondary_street_fma, array('class'=>'form-control', 'id'=>'secondary_street_fma')) }}
Provincia {{ Form::select('serial_ste',array(''=>'- Seleccione -') + $states,$familyAddres->serial_ste ? $familyAddres->serial_ste:19, array('class'=>'form-control', 'id'=>'serial_ste')) }}
Cantón {{ Form::select('serial_cnt',$counties,$familyAddres->serial_cnt?$familyAddres->serial_cnt:188, array('class'=>'form-control', 'id'=>'serial_cnt')) }}
Parroquia {{ Form::select('serial_par',$parishes,$familyAddres->serial_par, array('class'=>'form-control', 'id'=>'serial_par')) }}
Teléfono {{ Form::text('phone1_fma', $familyAddres->phone1_fma, array('class'=>'form-control', 'id'=>'phone1_fma')) }}
Extensión {{ Form::text('ext_phone1_fma', $familyAddres->ext_phone1_fma, array('class'=>'form-control', 'id'=>'ext_phone1_fma')) }}
Sector {{ Form::text('sector_fma', $familyAddres->sector_fma, array('class'=>'form-control', 'id'=>'sector_fma')) }}
Referencia {{ Form::text('refenece_fma', $familyAddres->refenece_fma, array('class'=>'form-control', 'id'=>'refenece_fma')) }}
{{ Form::close() }} {{ HTML::script('js/address/info.js') }}