<?php
return [
'unauthorized' => 'You do not have the rights to visit this page',
'bad_request' => 'Bad request',
'not_found' => 'Page not found',
'internal_server_error' => 'An internal error occured sorry for any inconvenience',
'service_unavailable' => 'The service is temporarily unavailable',
'not_Implemented' => 'An internal error occured sorry for any inconvenience',
];