Manage your roles here.
@include('layouts.partials.messages')
No | Name | Action | ||
---|---|---|---|---|
{{ $role->id }} | {{ $role->name }} | Show | Edit | {!! Form::open(['method' => 'DELETE','route' => ['roles.destroy', $role->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!} {!! Form::close() !!} |
{!! $roles->links() !!}