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

@lang($pageTitle)

@if(!$roles->isEmpty()) @lang("modules.roles.addRole") @endif
@endsection @push('head-script') @endpush @section('content') @include('sections.admin_setting_menu')

@lang($pageTitle)

@forelse($roles as $role)
{{ ucwords($role->display_name) }}
@empty
@lang('messages.defaultRolesCantDelete')
@endforelse
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush