diff --git a/resources/views/admin/flights/fares.blade.php b/resources/views/admin/flights/fares.blade.php index 716859a2..ce0ccf70 100644 --- a/resources/views/admin/flights/fares.blade.php +++ b/resources/views/admin/flights/fares.blade.php @@ -7,8 +7,8 @@ the values used come from the subfleet of the aircraft that the flight is filed with. Only assign the fares you want to override. They can be set as a monetary amount, or a percentage. - Read this wiki page for more details and information. + Read documentation about finances.

diff --git a/resources/views/admin/flights/fields.blade.php b/resources/views/admin/flights/fields.blade.php index 2b1f6de6..25da81eb 100644 --- a/resources/views/admin/flights/fields.blade.php +++ b/resources/views/admin/flights/fields.blade.php @@ -76,23 +76,17 @@ SAME ROW

{{ $errors->first('arr_time') }}

-
+
{!! Form::label('level', 'Flight Level:') !!} {!! Form::text('level', null, ['class' => 'form-control']) !!}

{{ $errors->first('level') }}

-
- {!! Form::label('distance', 'Distance:') !!} +
+ {!! Form::label('distance', 'Distance:') !!} in miles {!! Form::text('distance', null, ['class' => 'form-control']) !!}

{{ $errors->first('distance') }}

- -
- {!! Form::label('level', 'Flight Level:') !!} - {!! Form::text('level', null, ['class' => 'form-control']) !!} -

{{ $errors->first('level') }}

-