@extends('adminlte::page') @section('title', 'Rule') @section('content_header') @stop @section('content') Rule Home CMS Settings Rule Add/Edit Rule @csrf Rule Sections * @if(!empty($rule_sections_arr)) @foreach($rule_sections_arr as $section) Section Title * Section Description * {!! $section['section_description'] !!} {{-- Section Image * --}} Delete Section @endforeach @endif + Add Section @stop @section('js') @include('admin.summernote-editor') @include('admin.rules.scripts.index') @stop