@extends('layouts.app') @section('content') @if (!have_posts())
@include('partials.components.huge-title', [ 'title' => __('Page non trouvée', 'constatimmo'), ]) @include('partials.components.introduction', [ 'introduction' => '

' . __("Désolé, la page que vous cherchez n'existe pas.", 'constatimmo') . '

', ]) @include('partials.components.cta', [ 'cta' => [ 'title' => __("Revenir à la page d'accueil", 'constatimmo'), 'url' => home_url('/'), ], 'type' => 'default', ])
@endif @endsection