Change Airport tz field to timezone

This commit is contained in:
Nabeel Shahzad
2018-02-06 10:59:31 -06:00
parent c6b1a475e9
commit 1cc999a4f9
5 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@
['type' => 'submit',
'class' => 'btn btn-success btn-s']) !!}
<p class="text-danger">{{ $errors->first('name') }}</p>
<p class="text-danger">{{ $errors->first('tz') }}</p>
<p class="text-danger">{{ $errors->first('value') }}</p>
{!! Form::close() !!}
</div>
</div>