@extends('layouts.master') @section('title') {{__('role_management')}} @endsection @section('content')
@foreach ($roles as $key => $role) @endforeach
{{__('no')}} {{__('name')}} {{__('action')}}
{{ ++$i }} {{ $role->name }} @can('role-edit') @endcan
{!! $roles->render() !!}
@endsection