Files
RomhackPlaza/resources/views/home.blade.php

13 lines
310 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" />
{{ xfRoute( 'profile-posts.comments', ['profile_post_comment_id' => 1] ) }}
@endsection