@extends('layouts.superadmin') @section('content')
{{ $message }}
| # | {{ __('Name') }} | {{ __('Action') }} | |||
|---|---|---|---|---|---|
| {{ ++$i }} | {{ $role->display_name }} | Show @can('role_edit') Edit @endcan @can('role_delete') {!! Form::open(['method' => 'DELETE','route' => ['roles.destroy', $role->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} @endcan |