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

ROLE MAPPING CREATE (Cost Center Wise)

@csrf
{{-- --}}

{{-- --}} @php $i=0; @endphp @forelse($steps as $key=> $step) {{-- --}} @empty @endforelse
SL STEP STEP SERIAL Cost Center Wise AdminUSERSIS REQUIRED
{{($key+1)}}
--}} {{-- --}} {{-- @forelse ($costcenters as $costcenter)
{{$costcenter->name}}:

@empty @endforelse
@endsection @section('script') @stop