@php use App\Library\AdminLibrary as AdminLibrary; $selectLangList=[]; foreach($form["languages"] as $slanguage){ $selectLangList[$slanguage["code"]]=$slanguage["title"]; } @endphp

{{trans("admin/themes.components.component_detail.form.content.title")}} {{trans(trans("admin/themes.components.component_detail.form.content.modal.content_insert_title"))}}

@foreach($form["languages"] as $lang) @php $langID=$lang["id"]; $langCode=$lang["code"]; @endphp
{{html()->label()->for("lang")->html(trans("admin/contents.form.lang")) }} {{html()->span()->id("lang-".$langID)->html($lang["title"])->style(['font-size'=>'12px','margin'=>' 5px 0','font-weight'=>'bold']) }}
@php $themeComponentContentList=AdminLibrary::themeComponentContentList($themeComponentRelational["theme_id"],$themeComponentRelational["id"],$themeComponentRelational["content_type"],$langCode); @endphp
@foreach($themeComponentContentList as $themeComponentContentKey=>$themeComponentContentListVal) @endforeach
{{trans("admin/themes.components.component_detail.content.list.order")}} {{trans("admin/themes.components.component_detail.content.list.title")}} #
{{$themeComponentContentListVal["title"]}}
@endforeach