@if(!empty($form['firstname'])) @else @endif
@if(!empty($form['lastname'])) @else @endif
@if(!empty($form['address'])) @else @endif
@if(!empty($form['city'])) @else @endif
@if(!empty($form['zip'])) @else @endif
{!! Form::select('region_id', $regions, null, ['id' => 'region_id', 'class' => 'form-control', 'required' => 'required']) !!}
@if(!empty($form['email'])) @else @endif
@if(!empty($form['phone'])) @else @endif