Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 189 Bytes

load_first_existing_view.md

File metadata and controls

6 lines (5 loc) · 189 Bytes

Load first existng view

We can even load an array of views and only the first existing will be actually loaded

return view()->first(['custom.dashboard', 'dashboard'], $data);