View file resources/lang/en/errors.php

File size: 285B
<?php

return [
    'error'              => 'Error',
    'return'             => 'Return',
    'forbidden'          => 'Access is denied!',
    'not_found'          => 'This page does not exist!',
    'method_not_allowed' => 'The passed HTTP method is not supported on this page!',
];