@extends('admin.app') @section('content')
{{__('variables.add_element')}}
@if($groupSubRelations->new == 1) @if($curr_page_label_id) {{ __('variables.elements_list') }} @else {{ __('variables.elements_list') }} @endif {{ __('variables.add_element') }} @else @if($curr_page_label_id) {{ __('variables.elements_list') }} @else {{ __('variables.elements_list') }} @endif @endif

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