@darrion.kuhn
In Laravel, you can get the view path using the view helper function or the View facade. Here are two examples:
In both cases, you provide the name of the view as the first argument (e.g., 'my-view'). This will return the full file path of the view file.