@extends('layouts.app') @section('title', 'Admin - Edit Static SEO') @section('content')
@include('admin.partials.sidebar')

SEO: {{ $meta->url_path }}

@csrf @method('PUT')
SEO Configuration
50–60 chars. Current: 0
150–160 chars. Current: 0
Google Preview
{{ url($meta->url_path) }}
Snippet Title Example
Please enter a meta description to see how your page might appear in Google search results.
Cancel
@endsection