Creating Views: Creating The First Available View

Return view()->first(['custom.admin', 'admin'], $data);
Use Illuminate\Support\Facades\View;

return View::first(['custom.admin', 'admin'], $data);

Creating Views: Creating The First Available View — Structure map

Clickable & Draggable!

Creating Views: Creating The First Available View — Related pages: