| {{ __('SL') }} | {{ __('Role Title') }} | {{ __('Role Slug') }} | {{ __('Status') }} | {{ __('Date Created') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $role->title }} | {{ $role->slug }} | @if ($role->status === 1) Enable @elseif ($role->status === 0) Disable @else Pending @endif | {{ $role->created_at->diffforhumans() }} | |
| No data found | |||||