@include('backend.layouts.common.validation')
{{ localize('sl') }} |
Title |
{{ localize('status') }} |
{{ localize('action') }} |
@forelse($userTypes as $key => $userType)
#{{ $key + 1 }} |
{{ $userType->user_type_title }} |
@if ($userType->is_active == 1)
{{ localize('status') }}
@elseif($userType->is_active == 0)
{{ localize('inactive') }}
@endif
|
|
@include('usermanagement::modal.user-type-edit')
@empty
{{ localize('empty_data') }} |
@endforelse
@endsection