@if($selectedTemplate)
@foreach ($selectedTemplateComponents as $component) @if ($component['type']=="HEADER"&&$component['format']=="DOCUMENT") Card image cap @endif @if ($component['type']=="HEADER"&&$component['format']=="IMAGE") @endif @if ($component['type']=="HEADER"&&$component['format']=="VIDEO") @endif @endforeach
@foreach ($selectedTemplateComponents as $component) @if ($component['type']=="HEADER"&&$component['format']=="TEXT")

{{ str_replace('{{','{{header_',$component['text']) }}

@elseif ($component['type']=="FOOTER") {{ $component['text'] }} @endif @if ($component['type']=="BODY")

{{ str_replace('{{','{{body_',$component['text']) }}

@endif @endforeach
@foreach ($selectedTemplateComponents as $component) @if ($component['type']=="BUTTONS") @foreach ($component['buttons'] as $button)
@if ($button['type']=="URL") @else @endif {{ $button['text'] }}
@endforeach @endif @endforeach @endif