@foreach($municipios as $municipio) @endforeach
Municipio Action
{{ $municipio->municipio }} {!! Form::open(['route' => ['municipios.destroy', $municipio->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-ghost-danger', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}