8 lines
185 B
PHP
8 lines
185 B
PHP
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
|
|
|
|
@section('title', 'Preview Social Cards')
|
|
|
|
@section('content')
|
|
@livewire('vuexy-website-admin::social-cards-index')
|
|
@endsection
|