@extends('admin.layouts.app') @section('panel')
@csrf @if (@$data) @endif
@php $imgCount = 0; @endphp @foreach ($section->element as $k => $content) @if ($k == 'images') @php $imgCount = collect($content)->count(); @endphp @foreach ($content as $imgKey => $image)
@endforeach
@push('divend')
@endpush @elseif($content == 'icon')
@else @if ($content == 'textarea')
@elseif($content == 'textarea-nic')
@elseif($k == 'select') @php $selectName = $content->name; @endphp
@elseif($k == 'slug')
@else
@if(@$section->element->slug == $k) @lang('Make Slug') @endif
@endif @endif @endforeach @stack('divend')
@endsection @push('breadcrumb-plugins') @endpush @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush