11 lines
226 B
PHP
11 lines
226 B
PHP
@extends('layouts.nova')
|
|
|
|
@push('head')
|
|
@vite(['resources/js/forum.jsx'])
|
|
@endpush
|
|
|
|
@section('content')
|
|
@include('partials.seo.forum-microdata', ['forumMicrodata' => $forum_microdata ?? null])
|
|
@inertia
|
|
@endsection
|