@extends('layouts.dashboard')
@section('css')
@endsection
@section('content')
| {{ __('#') }} |
{{ __('Role Name') }} |
{{ __('Controll') }} |
@foreach ($roles as $key => $item)
| {{ $key+1 }} |
{{ $item->name }} |
|
@endforeach
@endsection
@section('js')
@endsection