Roles | |||||
Id | Name | Alias | Status | Created At | |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $role->name ? $role->name : '-' }} | {{ $role->alias ? $role->alias : '-' }} | {{ $role->status ? ucfirst($role->status) : '-' }} | {{ $role->created_at ? App\Helpers\GeneralHelper::dateFormat($role->created_at) : '-' }} |