8 lines
173 B
PHP
8 lines
173 B
PHP
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
|
|
|
|
@section('title', 'Google JSON-LD')
|
|
|
|
@section('content')
|
|
@livewire('vuexy-website-admin::jsonld-index')
|
|
@endsection
|