@extends('dashboard.layout.layout') @section('content')
{!! $roles->links() !!}
@foreach (config('translatable.locales') as $locale) @endforeach @foreach ($roles as $role) @foreach (config('translatable.locales') as $locale) @endforeach @endforeach
#{!! trans('dashboard.'.$locale.'.name') !!}{!! trans('dashboard.role.manager_count') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
{{ $loop->iteration }}{{ $role->translate($locale)->name }}{{ $role->users->count() }}
{{ $role->created_at->format("Y-m-d") }}
{!! $roles->links() !!}
@include('dashboard.layout.delete_modal') @endsection @include('dashboard.role.scripts')