@extends('template') @section('page-title') Manage Loyalty System @endsection @section('tag-title') Manage Loyalty System @endsection @section('page-sub-title') @endsection @section('main-content')
{{csrf_field()}}
@foreach($ruleConfigs as $question_type_name => $rules)
@foreach($rules as $k => $options)
{{ucfirst($label)}}
@if(is_array($options)) @else @endif
@endforeach
@endforeach
@endsection @section('page-style') @endsection @section('page-script') @endsection