@extends('adminlte::page') @section('title', 'All-Introduction') @section('content_header') @stop @section('content')

An Introduction to Tolly

Add/Edit Introduction to Tolly

@csrf

@foreach(['image_one','image_two','image_three'] as $imgField)
@if(!empty($all_arr[$imgField]))
@endif
@endforeach
@if(!empty($all_arr['sections'])) @foreach($all_arr['sections'] as $section)
@foreach(['image_one','image_two','image_three'] as $imgField)
@if(!empty($section[$imgField]))
@endif
@endforeach
@endforeach @endif
@stop @section('js') @include('admin.summernote-editor') @include('admin.allInformation.scripts.index') @stop