{!! Form::model($subfleet, ['route' => ['admin.subfleets.update', $subfleet->id], 'method' => 'patch']) !!}
@include('admin.subfleets.fields')
{!! Form::close() !!}
fares
Fares assigned to the current subfleet. These can be overridden,
otherwise, the value used is the default, which comes from the fare.
@include('admin.subfleets.fares')