@extends('admin.app') @section('content')

@csrf
@if($goods_subject_id->img)
  • @if($goods_subject_id->img && file_exists("upfiles/goods-subject/" . $goods_subject_id->img)) @else no-image @endif x
@endif
{{__('variables.seo_settings')}}

@if(!empty($lang_list) && count($lang_list))
@endif
show_on_main == 1 ? 'checked' : ''}}>
@if($groupSubRelations->save == 1) @endif
@stop