@foreach ($messages as $msg)

{{ $msg['message'] }}

@if (!empty ($msg['details']))

{{ $msg['details'] }}

@endif {!! $msg['html'] !!} @if (!empty ($msg['items'])) @endif @if ( ! empty ($msg['buttons']))

@foreach ($msg['buttons'] as $btn) {{ $btn['text'] }} @endforeach

@endif
@endforeach