{{__('Seo Settings')}}

@csrf
@foreach($setting->seo_setting as $key => $value) @if($key == 'description')
@elseif($key == 'keywords')
@elseif($key == 'image')
{{__('File formats supported: jpeg, jpg, png. The image will be resized to 1920 x 1080 pixels')}}. {{__('view image')}}
@else
@endif @endforeach
@push('script-push') @endpush