@extends('admin.layouts.master') @section('title', __('website_seo')) @section('content')
@include('admin.website.sidebar_component')

{{ __('seo_setting') }}

@csrf

@include('admin.website.component.meta-fields', [ 'meta_title' => get_config('meta_title'), 'meta_description' => get_config('meta_description'), 'meta_keywords' => get_config('meta_keywords'), 'meta_image' => get_config('meta_image'), 'is_input' => 1 ]) @include('admin.website.component.og-fields', [ 'og_title' => get_config('og_title'), 'og_description' => get_config('og_description'), 'og_image' => get_config('og_image') ])
@include('admin.common.loading-btn', [ 'class' => 'btn sg-btn-primary', ])
@endsection