@extends('admin.layout.master') @section('title','ROLE MAPPING MANAGEMENT') @section ('content')
| # | ACTION NAME | STEPS | CREATED AT | ACTION |
|---|---|---|---|---|
| {{$key+1}} | {{$action->name}} | @forelse($action->steps as $step) {{$step->name}}, @empty {{'Yet Not Assigned'}} @endforelse | OK | @if(checkAuthPermission('role_mapping.edit')) Edit @endif |
| There is no data recorded | ||||