Example #1
0
function url($nom_url, array $options = [], array $attrib = [])
{
    return \Route::urlFor($nom_url, $options, $attrib);
}