예제 #1
0
function find_bu_name($pk)
{
    $bu = BusinessUnit::findOrFail($pk);
    return $bu->name;
}