Page:
@if ($blog_categories)
@foreach ($blog_categories as $category) @endforeach
@endif
Description:
@php $i = 1; @endphp @foreach ($sections as $section)

Add content for section {{ $i }}

@php $key = rand(11111,99999) @endphp @livewire('admin.partials.add-inputs-to-sections',['section'=>$section], key('add-inputs-to-sections-'.$section->id.$key))
@php $i = $i + 1; @endphp
@endforeach