@extends('admin.layouts.app') @section('content')

SEO Manager

Manage SEO for all public pages.

@if(session('success'))
{{ session('success') }}
@endif
@csrf @foreach($seoSettings as $index => $seo)

{{ $seo->page_key }}

meta_title) }}" class="w-full rounded-xl bg-black border border-gray-700 text-white px-4 py-3">
meta_keywords) }}" class="w-full rounded-xl bg-black border border-gray-700 text-white px-4 py-3">
og_title) }}" class="w-full rounded-xl bg-black border border-gray-700 text-white px-4 py-3">
canonical_url) }}" class="w-full rounded-xl bg-black border border-gray-700 text-white px-4 py-3">
@endforeach
@endsection