@extends('layouts.app')
@section('content')
{{-- Page Header --}}
| # | {{ __('Name') }} | {{ __('Actions') }} |
|---|---|---|
| {{ $loop->iteration }} |
@can('roles.show')
|
|
| {{ __('No roles found.') }} | ||