Allow user to set country

This commit is contained in:
Nabeel Shahzad
2018-01-09 19:08:16 -06:00
parent af646ff8d8
commit 78912f2f31
8 changed files with 38 additions and 4 deletions

View File

@@ -37,6 +37,18 @@
</td>
</tr>
<tr>
<td>Country</td>
<td>
<div class="input-group form-group-no-border{{ $errors->has('country') ? ' has-danger' : '' }}">
{!! Form::select('country', $countries, null, ['class' => 'form-control select2' ]); !!}
</div>
@if ($errors->has('country'))
<p class="text-danger">{{ $errors->first('country') }}</p>
@endif
</td>
</tr>
<tr>
<td>Timezone</td>
<td>