Exemplo n.º 1
0
 public function compose($view)
 {
     $types = AdType::all();
     $view->with('types', $types);
 }