@extends('adminlte::page') @section('title', 'Rule') @section('content_header') @stop @section('content')

Rule

Add/Edit Rule

@csrf
@if(!empty($rule_sections_arr)) @foreach($rule_sections_arr as $section)

{{--
Existing      

--}}
@endforeach @endif
@stop @section('js') @include('admin.summernote-editor') @include('admin.rules.scripts.index') @stop