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

@csrf
@if($info_line_id->img)
  • @if($info_line_id->img && file_exists("upfiles/info-line/" . $info_line_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