@extends('layouts.admin.app') @section('title', translate('Create Role')) @push('css_or_js') @endpush @section('content')
{{translate('SL')}} | {{translate('role_name')}} | {{translate('modules')}} | {{translate('created_at')}} | {{translate('status')}} | {{translate('action')}} |
---|---|---|---|---|---|
{{$loop->iteration}} | {{$r['name']}} |
@if($r['module_access']!=null)
@php($comma = '')
@foreach((array)json_decode($r['module_access']) as $m)
{{$comma}}{{str_replace('_',' ',$m)}}
@php($comma = ', ')
@endforeach
@endif
|
{{date('d-M-Y',strtotime($r['created_at']))}} |