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

{{__('obs.role')}} {{__('obs.mapping')}} {{__('obs.create')}}

@csrf
{{-- --}}

@php $i=0; @endphp @forelse($steps as $key=> $step) @empty @endforelse
{{__('obs.sl')}} {{__('obs.step')}} {{__('obs.step')}} {{__('obs.serial')}} {{__('obs.role')}} {{__('obs.users')}} {{__('obs.is_required')}} {{__('obs.amount_range')}} {{__('obs.is_final')}} {{__('obs.forward_to')}}
{{($key+1)}}
@endsection @section('script') @stop