Here's a summary of his/her application:

@foreach ($sections as $section => $questions)

{{ __('customer_invitation.sections.' . $section) }}

@component('mail::table') @foreach ($questions as $question => $answer) {{ __('customer_invitation.keys.' . $question) }} @if (is_array($answer)) @foreach ($answer as $part)
  • {{ $part }}
  • @endforeach @else {{ $answer }} @endif @endforeach @endcomponent @endforeach