timezone
timezone copied to clipboard
Problem by checking selected (same values)
For example if timezone Europe/Berlin fir Berlin selected, then we will see at form Bern selected.
<option selected="Europe/Berlin" value="Europe/Berlin">(UTC+01:00) Berlin</option>
<option selected="Europe/Berlin" value="Europe/Berlin">(UTC+01:00) Bern</option>
Using
{!! Timezone::selectForm(old('timezone', $user->timezone), 'Select Timezone', array('class' => 'form-control', 'style' => 'float:left;', 'name' => 'timezone')) !!}