@foreach($configs as $config) @endforeach
App Description Config Status Action
{{ $config->app }} {{ $config->description }} {{ $config->config }} {{ $config->status }} {!! Form::open(['route' => ['configs.destroy', $config->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}