@extends('admin.app') @section('title', 'Edit '.$typerating->name) @section('content')
{{ Form::model($typerating, ['route' => ['admin.typeratings.update', $typerating->id], 'method' => 'patch', 'autocomplete' => false]) }} @include('admin.typeratings.fields') {{ Form::close() }}

Subfleets

@component('admin.components.info') These are the subfleets this type rating is allowed to use. @endcomponent
@include('admin.typeratings.subfleets')
@endsection @include('admin.typeratings.scripts')