@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Permissions Management', ], [ 'link' => 'permissions.index', 'name' => 'Permissions', ], [ 'link' => '#', 'name' => $title, ] ] ]) @endsection @section('content')
| Name | Guard | |||
|---|---|---|---|---|
| {{ $permission->name }} | {{ $permission->guard_name }} | Edit | {!! Form::open(['method' => 'DELETE','route' => ['permissions.destroy', $permission->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!} {!! Form::close() !!} | |