@extends('layouts.inspinia.app') @section('title', 'Roles') @section('titulopagina', 'Roles') @section('content')
{{ $message }}
| Descripción | Protege | |
|---|---|---|
| {{ $rol->name }} | {{ $rol->guard_name }} | Ver @can('role-delete') {!! Form::open(['method' => 'DELETE','route' => ['roles.destroy', $rol->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} @endcan |