@foreach ($selectedTemplateComponents as $component)
@if ($component['type']=="HEADER"&&$component['format']=="DOCUMENT")
@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