Files
RomhackPlaza/resources/views/home.blade.php
Benjamin a778222564 A lot of things
- Added Database page.
- Added Xenforo API compatibility
- Added Hovercard
- Added Notifications
2026-05-24 11:47:20 +02:00

13 lines
269 B
PHP

@extends('layouts.app')
@section('page-title', "Home - " . config('app.name') )
@section('content')
<div class="block">
Ceci est un block !
</div>
<x-error-block error-type="page-not-allowed" />
<x-xf-username-link user-id="2" />
@endsection