generate a hex code for an aircraft on creation #33

This commit is contained in:
Nabeel Shahzad
2018-02-12 20:58:23 -06:00
parent 2678514077
commit 5c58dfe1ae
5 changed files with 26 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
<!-- Registration Field -->
<div class="form-group col-sm-6">
{!! Form::label('registration', 'Registration:') !!}
<p class="text-success small">Enter the registration without the country prefix</p>
{{--<p class="text-success small">Enter the registration with the country prefix</p>--}}
{!! Form::text('registration', null, ['class' => 'form-control']) !!}
<p class="text-danger">{{ $errors->first('registration') }}</p>
</div>