@foreach ($roles as $role) @endforeach
Role Action
{{ $role->role }} {!! Form::open(['route' => ['admin.roles.destroy', $role->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger action-btn delete-btn', 'onclick' => 'return confirm("Are you sure want to delete this record ?")']) !!}
{!! Form::close() !!}