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

ROLE MAPPING EDIT (Cost Center Wise)

@csrf
{{-- --}}

{{-- --}} @php $i=0; @endphp @forelse($action->actionSteps as $key=> $actionStep) {{-- --}} {{-- --}} @empty @endforelse
SL STEP STEP SERIAL Cost Center Wise AdminUSERSIS REQUIRED
{{($key+1)}}
@forelse ($costcenters as $costcenter) @php $action_admins=$actionStep->cost_center_mappings->where('cost_center_id',$costcenter->id)->first();; @endphp
{{$costcenter->name}}:

@empty @endforelse
is_required==1) checked="checked" @endif>
@endsection @section('script') @stop