@extends('adminlte::page') @section('title', 'All-Introduction') @section('content_header') @stop @section('content') An Introduction to Tolly Home CMS Settings An Introduction to Tolly Add/Edit Introduction to Tolly @csrf Main Description * @if(!empty($all_arr)){!! $all_arr['description'] !!} @endif @foreach(['image_one','image_two','image_three'] as $imgField) {{ ucfirst(str_replace('_',' ', $imgField)) }} @if(!empty($all_arr[$imgField])) @endif @endforeach Sections * @if(!empty($all_arr['sections'])) @foreach($all_arr['sections'] as $section) Section Title * Section Description * {!! $section['description'] !!} @foreach(['image_one','image_two','image_three'] as $imgField) {{ ucfirst(str_replace('_',' ', $imgField)) }} @if(!empty($section[$imgField])) @endif @endforeach Delete Section @endforeach @endif + Add Section @stop @section('js') @include('admin.summernote-editor') @include('admin.allInformation.scripts.index') @stop