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