@extends('layouts.portal.principal') @section('scripts_content') @endsection @section('content')
# | Name | Action |
---|---|---|
{{ ++$i }} | {{ $role->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 btn-sm']) !!} {!! Form::close() !!} @endcan |