@php if (!empty($itemValue) and !is_array($itemValue)) { $itemValue = json_decode($itemValue, true); } @endphp
{{ csrf_field() }}
@if(!empty($itemValue)) @if(!empty($itemValue) and is_array($itemValue)) @foreach($itemValue as $key => $item)
@endforeach @endif @endif
@push('scripts_bottom') @endpush