@extends('admin.app') @section('title', "Edit \"$rank->name\"") @section('content')
{{ Form::model($rank, ['route' => ['admin.ranks.update', $rank->id], 'method' => 'patch']) }} @include('admin.ranks.fields') {{ Form::close() }}

subfleets

@component('admin.components.info') These are the subfleets this rank is allowed to use. The pay can be set as a fixed amount, or a percentage of the rank's base payrate above @endcomponent
@include('admin.ranks.subfleets')
@endsection @include('admin.ranks.scripts')