@extends('layouts.portalsettings') @section('contenta')
| S/N | Name | Description | |
|---|---|---|---|
| @if (request()->input('page')) {{++$i + ((request()->input('page') - 1) * 5)}} @else {{++$i}} @endif | {{ $role->name }} | {{ $role->description }} | Show Edit {!! Form::open(['method' => 'DELETE','route' => ['roles.destroy', $role->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} |