@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@if(!$roles->isEmpty()) @lang("modules.roles.addRole") @endif
@endsection @push('head-script') @endpush @section('content') @include('sections.admin_setting_menu')
@forelse($roles as $role)
{{ ucwords($role->display_name) }}
@empty
@lang('messages.defaultRolesCantDelete')
@endforelse
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush