@extends('dashboard.base')
@section('content')
Name |
Hierarchy |
Created at |
Updated at |
|
|
|
|
|
@foreach($roles as $role)
{{ $role->name }}
|
{{ $role->hierarchy }}
|
{{ $role->created_at }}
|
{{ $role->updated_at }}
|
|
|
Show
|
Edit
|
|
@endforeach
@endsection
@section('javascript')
@endsection