Creating The First Available ViewОбъясните пожалуйста, что это такое и зачем нужно? Что значит первый вид в переданном массиве видов?
Using the first method, you may create the first view that exists in a given array of views. This is useful if your application or package allows views to be customized or overwritten:
This is useful if your application or package allows views to be customized or overwritten:
return view()->first(['custom.admin', 'admin'], $data);