@extends('layouts.admin.app') @section('title', \App\Utils\translate('create_role')) @push('css_or_js') @endpush @section('content')
{{\App\Utils\translate('sl') }} | {{\App\Utils\translate('Employee_Role_List') }} | {{\App\Utils\translate('modules')}} | {{\App\Utils\translate('status')}} | {{\App\Utils\translate('action')}} |
---|---|---|---|---|
{{$k+$roles->firstItem()}} | {{Str::limit($role['name'],25,'...')}} |
@if($role['modules']!=null)
@foreach((array)json_decode($role['modules']) as $key=>$m)
{{str_replace('_',' ',$m)}}
@endforeach
@endif
|
{{ \App\Utils\translate('No_data_to_show') }}