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

@csrf
@include('admin.templates.uploaded-images', ['upload_path' => 'brand'])
{{__('variables.seo_settings')}}

Show on site @if(!empty($lang_list) && count($lang_list))
@endif
on_home_page == 1 ? 'checked' : ''}}>
on_header == 1 ? 'checked' : ''}}>
@if($groupSubRelations->save == 1) @endif
@stop