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

Edit {!! $subfleet->name !!}

@include('adminlte-templates::common.errors')
{!! 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')