Remove tail_number field from aircraft
This commit is contained in:
@@ -29,10 +29,9 @@
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
{{--<i class="fa fa-text-width"></i>--}}
|
||||
<h3 class="box-title">{!! Form::label('registration', 'Registration') !!}/
|
||||
{!! Form::label('tail_number', 'Tail Number') !!}</h3>
|
||||
<h3 class="box-title">{!! Form::label('registration', 'Registration') !!}</h3>
|
||||
</div>
|
||||
<div class="box-body"><p class="lead">{!! $aircraft->registration !!}/{!! $aircraft->tail_number !!}</p></div>
|
||||
<div class="box-body"><p class="lead">{!! $aircraft->registration !!}</p></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user