@foreach ($sections as $index => $section)
@endforeach
{{-- Contact block --}}
{{ $index + 1 }} {{ $section['heading'] }}
@foreach ((array) $section['body'] as $paragraph){!! $paragraph !!}
@endforeach @if (! empty($section['list']))-
@foreach ($section['list'] as $item)
- {!! $item !!} @endforeach
Get in touch
For anything related to this policy, reach {{ $storeName }} directly:
@if ($storeEmail)
{{ $storeEmail }}
@endif @if ($storePhone){{ $storePhone }}
@endif @if ($storeAddress){{ $storeAddress }}
@endif