@extends('layouts.master') @section('content')
| No | Name | Action | ||
|---|---|---|---|---|
| {{ $key+1 }} | {{ $role->name }} | {{--Show | --}}{!! Form::open(['method' => 'DELETE','route' => ['roles.destroy', $role->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!} {!! Form::close() !!} | |