@extends('admin.layout.master') @section('title','ROLE MAPPING MANAGEMENT') @section ('content')

ROLE MAPPING EDIT

@csrf
{{-- --}}

@php $i=0; @endphp @forelse($action->actionSteps as $key=> $actionStep) @empty @endforelse
SL STEP STEP SERIAL ROLE USERS IS REQUIRED
{{($key+1)}}
is_required==1) checked="checked" @endif>
@endsection @section('script') @stop