@extends('layouts.master') @section('title',__('index.role')) @section('action',__('index.lists')) @section('button') @can('create_role') @endcan @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.role.common.breadcrumb')
@lang('index.role_list')
@can('role_permission') @endcan @forelse($roles as $key => $value) @can('role_permission') @endcan @empty @endforelse
# @lang('index.role') @lang('index.status') @lang('index.can_login')@lang('index.action')
{{++$key}} {{ucfirst($value->name)}} {{$value->backend_login_authorize ? __('index.yes'):__('index.no')}}

@lang('index.no_records_found')

{{--
--}} {{--
--}} {{-- {{$roles->appends($_GET)->links()}}--}} {{--
--}} {{--
--}}
@endsection @section('scripts') @endsection