@extends('layouts.admin') @section('title', 'AYUSH SEO') @section('content_header')

AYUSH SEO Settings

@stop @section('content')

Edit AYUSH SEO Content

@csrf @method('PUT')
@error('meta_title') {{ $message }} @enderror
@error('meta_description') {{ $message }} @enderror
@stop