Returns an Administration Area URL.
Administration Area URL depends on the
BACKEND_URL configuration parameter.
This function prepends the Administration Area ULR to the argument value. Always use this function for creating
links in the back-end. Example:
<a href="<?= url('/shop/orders') ?>">Return to the Order List</a>