@extends('admin.app') @section('content')
{{__('variables.add_element')}}

@csrf
{{--
--}}
@if($curr_page_menu_id && $curr_page_menu_id->alias == 'promo') {{__('variables.banner_size')}} - {{ config('custom.back.promo_big_banner_size') }} @endif
@include('admin.templates.upload-new-images')
{{__('variables.seo_settings')}}

{{--
--}}
@if(!empty($lang_list) && count($lang_list))
@endif
{{--
--}}
@if($groupSubRelations->save == 1)
@endif
@stop