| {{ $loop->iteration }} |
{{ $role->name }} |
{{ $role->description }} |
@if ($role->landingPage)
{{ $role->landingPage->first .' - '. ($role->landingPage->second ?? '') .' - '. ($role->landingPage->third ?? '') .' - '. ($role->landingPage->fourth ?? '') .' => '. ($role->landingPage->name ?? '')}}
@endif
|
@if ($role->status == true)
Active
@else
Inactive
@endif
|
@foreach ($role->permissions as $permission)
{{ $permission->first .' - '. ($permission->second ?? '') .' - '. ($permission->third ?? '') .' - '. ($permission->fourth ?? '') .' => '. ($permission->name ?? '')}}
@endforeach
|
|
@endforeach