http.php
563 Bytes
<?php
return [
/*
|--------------------------------------------------------------------------
| HTTP Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in the views/errors files.
|
*/
'404' => [
'title' => 'Halaman tidak ditemukan',
'description' => 'Maaf, halaman yang Anda coba lihat tidak ada.',
],
'503' => [
'title' => 'Segera kembali.',
'description' => 'Segera kembali.',
],
];