Helper Functions
Can perform common tasks like generating views, firing events, dispatching jobs, or sending HTTP responses.
In addition to facades, Laravel includes a variety of "helper" functions which can perform common tasks like generating views, firing events, dispatching jobs, or sending HTTP responses.
Many of these perform the same function as a corresponding facade.