@foreach($elements as $module_element)
@include(\App\Models\Module_Element::$element_type_view_map[$module_element['element_type']], compact('module_element'))
@endforeach
@endif
@if($elements->isNotEmpty())
@foreach($elements as $module_element)
@include('website.module_element._website_editorial_request_add_copy',compact('module_element','module'))
@endforeach