@extends('backend.layouts.app') @section('title', __('SEO Management')) @section('content')
| {{ __('Page Name') }} | {{ __('Meta Title') }} | {{ __('Robots') }} | {{ __('Image') }} | {{ __('Updated At') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
|
@if ($seo->isGlobal())
{{ __('Global SEO') }}
{{ __('Primary') }}
@else
@endif
|
{{ $seo->meta_title[app()->getLocale()] ?? '-' }} | {{ strtoupper($seo->robots) }} |
@if($seo->image)
|
{{ $seo->updated_at->format('d M, Y') }} |
|
{{ __('No SEO data available.') }} |
|||||