http.php
568 Bytes
<?php
return [
    /*
    |--------------------------------------------------------------------------
    | HTTP Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in the views/errors files.
    |
    */
    '404' => [
        'title'       => 'Pagina Niet Gevonden',
        'description' => 'Sorry, de pagina die u probeert te bekijken bestaat niet.',
    ],
    '503' => [
        'title'       => 'Ben zo terug.',
        'description' => 'Ben zo terug.',
    ],
];