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

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

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