{{ __('Hero Section') }} {{ __('Edit') }}
@csrf @method('PUT')
@php $countSection = $heroSection->count_section ?? []; if (is_string($countSection)) { $countSection = json_decode($countSection, true) ?? []; } $oldCountSection = old('count_section'); if (!empty($oldCountSection) && is_array($oldCountSection)) { $countSection = $oldCountSection; } if (!is_array($countSection)) { $countSection = []; } @endphp
{{ __('Count Section') }}
{{ __('No count items added. Click Add Item to create one.') }}
{{ __('Update') }}