A lot of things
- Added Database page. - Added Xenforo API compatibility - Added Hovercard - Added Notifications
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>RomHack Plaza</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bienvenue sur RomHack Plaza</h1>
|
||||
<p>Le catalogue est en construction.</p>
|
||||
</body>
|
||||
</html>
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('page-title', "Database - " . config('app.name') )
|
||||
|
||||
@section('content')
|
||||
@livewire('database')
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user