8 lines
168 B
PHP
8 lines
168 B
PHP
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
|
|
|
|
@section('title', 'Robots.txt')
|
|
|
|
@section('content')
|
|
@livewire('vuexy-website-admin::robots-card')
|
|
@endsection
|