@extends('layouts.dashboard') @section('css') @endsection @section('content')

{{ 'Sections Table' }}

@foreach ($roles as $key => $item) @endforeach
{{ __('#') }} {{ __('Role Name') }} {{ __('Controll') }}
{{ $key+1 }} {{ $item->name }}
@endsection @section('js') @endsection