@extends('template.app') @section('title', 'Role') @push('css') @endpush @section('content')
| Serial | Name | Permissions | {{--Created | --}}Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $role->name }} | @foreach ($role->permissions as $rolePermission) {{ $rolePermission->name }} @endforeach | {{--{{ $role->created_at->toDayDateTimeString() }} | --}}edit |
| Serial | Name | Permissions | {{--Created | --}}Actions |