1 | <?php |
||
7 | final class ComponentFactory |
||
8 | { |
||
9 | use ManagesComponents; |
||
10 | |||
11 | /** |
||
12 | * Get the evaluated view contents for the given component. |
||
13 | * |
||
14 | * @param string $component |
||
15 | * @param array $data |
||
16 | * @return \Illuminate\Contracts\Support\Renderable |
||
17 | */ |
||
18 | public function make($component, $data = []) |
||
22 | } |
||
23 |