@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
{{ __('SEO Informations') }}
{{ __('Basic Settings') }}
{{ __('SEO Informations') }}
@csrf
{{ __('Update SEO Informations') }}
@includeIf('admin.partials.languages')
{{ __('Meta Keywords For Home Page') }}
{{ __('Meta Description For Home Page') }}
{{ is_null($data) ? '' : $data->meta_description_home }}
{{ __('Meta Keywords For Pricing Page') }}
{{ __('Meta Description For Pricing Page') }}
{{ is_null($data) ? '' : $data->meta_description_pricing }}
{{ __('Meta Keywords For Listings Page') }}
{{ __('Meta Description For Listings Page') }}
{{ is_null($data) ? '' : $data->meta_description_listings }}
{{ __('Meta Keywords For Vendors Page') }}
{{ __('Meta Description For Vendors Page') }}
{{ is_null($data) ? '' : $data->meta_description_vendor_page }}
{{ __('Meta Keywords For Products Page') }}
{{ __('Meta Description For Products Page') }}
{{ is_null($data) ? '' : $data->meta_description_products }}
{{ __('Meta Keywords For Blog Page') }}
{{ __('Meta Description For Blog Page') }}
{{ is_null($data) ? '' : $data->meta_description_blog }}
{{ __('Meta Keywords For FAQ Page') }}
{{ __('Meta Description For FAQ Page') }}
{{ is_null($data) ? '' : $data->meta_description_faq }}
{{ __('Meta Keywords For Contact Page') }}
{{ __('Meta Description For Contact Page') }}
{{ is_null($data) ? '' : $data->meta_description_contact }}
{{ __('Meta Keywords For Customer Login Page') }}
{{ __('Meta Description For Customer Login Page') }}
{{ is_null($data) ? '' : $data->meta_description_login }}
{{ __('Meta Keywords For Customer Signup Page') }}
{{ __('Meta Description For Customer Signup Page') }}
{{ is_null($data) ? '' : $data->meta_description_signup }}
{{ __('Meta Keywords For Customer Forget Password Page') }}
{{ __('Meta Description For Customer Forget Password Page') }}
{{ is_null($data) ? '' : $data->meta_description_forget_password }}
{{ __('Meta Keywords For Vendor Signup Page') }}
{{ __('Meta Description For Vendor Signup Page') }}
{{ is_null($data) ? '' : $data->meta_description_vendor_signup }}
{{ __('Meta Keywords For Vendor Login Page') }}
{{ __('Meta Description For Vendor Login Page') }}
{{ is_null($data) ? '' : $data->meta_description_vendor_login }}
{{ __('Meta Keywords For Vendor Forget Password Page') }}
{{ __('Meta Description For Vendor Forget Password Page') }}
{{ is_null($data) ? '' : $data->meta_descriptions_vendor_forget_password }}
{{ __('Meta Keywords For About Us Page') }}
{{ __('Meta Description For About Us Page') }}
{{ is_null($data) ? '' : $data->meta_description_about_page }}
@endsection