Dear {{ $name }},
Thank you for applying for {{ $event->name }}.
Below is the detils of your entries.
{{ $event->name }}
Entry Id: {{ $entry->entry_id }}
Entrant Representative: {{ $entry->entrant_representative }}
Category: {{ $entry->category }}
Category Type: {{ $entry->category_type }}
Brand: {{ $entry->brand }}
Microweblink:
@foreach($entry->microsite_weblink AS $weblink)
{{$weblink}}
@endforeach
Brand: {{ $entry->brand }}
Your Responses:
@foreach( $event_entry_detail->eventcategory_question as $index=>$que )
{{ $que }}:
{{ $event_entry_detail->user_answer[$index] }}
@endforeach
All the best
With warm regards,
Award Team