@foreach($airlines as $al) @endforeach
Code Name Active? Action
{!! $al->code !!} {!! $al->name !!} {!! $al->active !!} {!! Form::open(['route' => ['airlines.destroy', $al->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}