@extends('adminlte::page') @section('title', 'Payment Guide Line') @section('content_header') @stop @section('content') Payment Guide Lines Home CMS Settings Payment Guide Lines Add/Edit Payment Guide Line @csrf Payment Guide Line Sections * @if(!empty($payment_guide_line_sections_arr)) @foreach($payment_guide_line_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.payment_guide_line.scripts.index') @stop