4 lines
102 B
PHP
Executable File
4 lines
102 B
PHP
Executable File
@extends('layout')
|
|
@section('contenu')
|
|
<h2>La page demandée n'est pas disponible</h2>
|
|
@endsection |