2026-05-20 18:25:15 +02:00
|
|
|
@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" />
|
2026-05-21 13:20:16 +02:00
|
|
|
|
|
|
|
|
{{ xfRoute( 'profile-posts.comments', ['profile_post_comment_id' => 1] ) }}
|
2026-05-20 18:25:15 +02:00
|
|
|
@endsection
|