@extends('backend-template') @section('content')
Alias | User type | Rules | Advise | How to | Action |
---|---|---|---|---|---|
{{ $rule->alias }} |
|
{!! str_limit($rule->rules, 30) !!} | {!! str_limit($rule->advise, 30) !!} | {!! str_limit($rule->howto, 20) !!} | {!! Form::open([ 'url' => route('rules.destroy', $rule->id), 'method' => 'delete']) !!} Edit {!! Form::close() !!} |
No items were found
@endif @stop