@extends('admin.app') @section('content')

{!! $subfleet->name !!}

@include('admin.subfleets.show_fields')

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')
@endsection @include('admin.subfleets.script')