@extends('backend.settings.setting-layout') @section('title') {{ __('edit') }} @endsection @section('breadcrumbs')

{{ __('settings') }}

@endsection @section('website-settings')

{{ __('seo_page_list') }}
{{ Str::ucfirst($seo->page_slug) }}

{{ __('back') }}
@csrf
@foreach ($languages as $key => $language) @endforeach
@csrf @method('PUT')
@error('title') {{ __($message) }} @enderror
{{ __('standard_seo_meta_descriptions_consist_160_165_characters_maximum') }} {{ __('learn_more') }}
@error('description') {{ __($message) }} @enderror
{{ __('it_should_be_at_least_pixels_but_or_larger_is_preferred_up_to_mb') }}
{{--
@forelse ($contents as $content) @empty @endforelse
{{ __('translation_available_in') }}
{{ $content->name }} ({{ Str::ucfirst($content->language_code) }}) @if ($content->language_code !== 'en')
@method('DELETE') @csrf
@endif
{{ __('no_data_found') }}
--}}
@endsection @section('style') @endsection @section('script') @endsection