Type | Name | |
---|---|---|
{{ $tr->type }} | {{ $tr->name }} | {{ Form::open(['url' => '/admin/subfleets/'.$subfleet->id.'/typeratings', 'method' => 'delete', 'class' => 'modify_typerating']) }} {{ Form::hidden('typerating_id', $tr->id) }} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-sm btn-danger btn-icon']) }} {{ Form::close() }} |