Sections for Page: {{ $page->title }}

@foreach ($pageSections as $index => $section) @endforeach
# Title Subtitle Description Type Order Image
{{ $index + 1 }} {{ $section->getTranslation('title', app()->getLocale()) }} {{ $section->getTranslation('subtitle', app()->getLocale()) }} {{ Str::limit($section->getTranslation('description', app()->getLocale()), 100) }} {{ $section->type }} {{ $section->order_no }} @if ($section->image) @endif