{{ __('List of Role') }}
{{ __('#') }} | {{ __('Role Name') }} | {{ __('Action') }} |
---|---|---|
{{ ++$id }} | {{ $role->name }} | {{ __('Edit') }} |
@extends('admin.layouts.master') @section('title', 'Role list') @section('content')
{{ __('#') }} | {{ __('Role Name') }} | {{ __('Action') }} |
---|---|---|
{{ ++$id }} | {{ $role->name }} | {{ __('Edit') }} |