@extends('admin.app')
@section('title', "$subfleet->name")
@section('content')
@include('admin.subfleets.show_fields')
fares
@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
@include('admin.subfleets.fares')
@endsection
@include('admin.subfleets.script')