<?php

return [
    /*
    |--------------------------------------------------------------------------
    | HTTP Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in the views/errors files.
    |
    */

    '404' => [
        'title' => 'Sayfa Bulunamadı',
        'description' => 'Maalesef, görüntülemeye çalıştığınız sayfa mevcut değil.',
    ],

    '503' => [
        'title' => 'Hemen döneceğiz.',
        'description' => 'Hemen döneceğiz.',
    ],
];
