@extends('adminlte::page') @section('title', 'PaymentPolicy') @section('content_header') @stop @section('content') Payment-Policy Home CMS Settings Payment Policy Add/Edit PaymentPolicy @csrf Payment-Policy Sections * @if(!empty($payment_policy_sections_arr)) @foreach($payment_policy_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.paymentPolicy.scripts.index') @stop