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