{!! Form::label('subscriber_region_id', 'State/Province') !!}
{!! Form::select('subscriber_region_id', $regions ?? [], NULL, ['class' => 'form-control magazine_subscription_information', 'placeholder' => 'Select a State']) !!}
{!! Form::label('postal_code', 'Postal Code*') !!}
{!! Form::text('postal_code', NULL, ['class' => 'form-control subscriber_data magazine_subscription_information']) !!}