@extends('admin.layout.app') @section('title','Roles') @section('header')
@endsection @section('content')No | Name | Guard | Created At | Updated At | Actions |
---|---|---|---|---|---|
{{ ++$key }} | {{ $role->name }} | {{ ucfirst($role->guard_name) }} | {{ $role->created_at }} | {{ $role->updated_at }} | @include('admin.roles.actions') |