- Added Database page. - Added Xenforo API compatibility - Added Hovercard - Added Notifications
8 lines
144 B
PHP
8 lines
144 B
PHP
@extends('layouts.app')
|
|
|
|
@section('page-title', "Database - " . config('app.name') )
|
|
|
|
@section('content')
|
|
@livewire('database')
|
|
@endsection
|