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

@csrf
@include('admin.templates.uploaded-image', ['upload_path' => 'gallery-subject', 'item' => $gallery_subject_id])
{{__('variables.seo_settings')}}

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