subfleets
+ @component('admin.components.info') + These are the subfleets this rank is allowed to use + @endcomponentfares
-- + @component('admin.components.info') Fares assigned to the current subfleet. These can be overridden, otherwise, the value used is the default, which comes from the fare. -
+ @endcomponent-
name | @@ -64,7 +61,6 @@ {!! Form::select('fare_id', $avail_fares, null, [ 'placeholder' => 'Select Fare', 'class' => 'ac-fare-dropdown form-control input-lg select2', - ]) !!} {!! Form::button(' add', @@ -75,4 +71,3 @@ -{{----}} diff --git a/resources/views/admin/subfleets/ranks.blade.php b/resources/views/admin/subfleets/ranks.blade.php index 532b7549..ad6d880f 100644 --- a/resources/views/admin/subfleets/ranks.blade.php +++ b/resources/views/admin/subfleets/ranks.blade.php @@ -1,10 +1,9 @@
---|