@extends('admin.layout.master') @section('title','ROLE MAPPING MANAGEMENT') @section ('content')
| # | ACTION NAME | MODULE | STEPS | CREATED AT | ACTION | |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$action->name}} | {{$action->module?$action->module->name:'N|A'}} | @forelse($action->steps as $step) {{$step->name}}, @empty {{'Yet Not Assigned'}} @endforelse | {{$action->created_at?date('d-m-Y',strtotime($action->created_at)):''}} | {{--OK | --}}@if(checkAuthPermission('role_mapping.edit')) Edit @endif @if(checkAuthPermission('costcenter_mapping.edit')) CostCenterEdit @endif |
| There is no data recorded | ||||||