Airline | Name | Actions | @endif @foreach($typerating->subfleets as $sf)
---|---|---|
{{ $sf->airline->name }} | {{ $sf->name.' ('.$sf->type.')' }} |
{{ Form::open(['url' => '/admin/typeratings/'.$typerating->id.'/subfleets', 'method' => 'delete', 'class' => 'pjax_form']) }}
{{ Form::hidden('subfleet_id', $sf->id) }}
{{ Form::button('',
['type' => 'submit',
'class' => 'btn btn-sm btn-danger btn-icon'])
}}
{{ Form::close() }}
|