@extends('backend.layouts.main') @section('title', 'Section-Update') @section('main-container')
Section-Update Information
Add More
@csrf
@foreach (json_decode($section['section_content'], true) as $key => $item)
image
@if (isset($item['price']) && $item['price']!='')
@endif
@if (!isset($item['price']) || $item['price']=='')
@endif @endforeach
Discard
@endsection