@foreach($configs as $config) @endforeach
Name Type Slug Value Manutenção
{!! $config->name !!} {!! $config->type !!} {!! $config->slug !!} {!! $config->value !!} {!! Form::open(['route' => ['$ROUTES_AS_PREFIX$configs.destroy', $config->id], 'method' => 'delete']) !!}
@shield('configs.show')@endshield @shield('configs.edit')@endshield @shield('configs.delete'){!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}@endshield
{!! Form::close() !!}