File: D:/HostingSpaces/bomacon/resources/lang/en/errors.php
<?php
return [
'unauthorized' => 'You do not have the rights to view this page.',
'bad_request' => 'The request is invalid.',
'not_found' => 'The requested page could not be found.',
'not_found_apologies' => 'Sorry for the inconvenience. You may want to check our <a href="/Sitemap">sitemap</a> to find the page you are looking for.',
'internal_server_error' => 'An internal error has occurred. Sorry for the inconvenience.',
'service_unavailable' => 'This service is temporarily unavailable.',
'not_Implemented' => 'This feature is not implemented yet. Sorry for the inconvenience.',
];