Beispiel #1
0
 public function compose(View $view)
 {
     $percent = Percent::all()->first();
     $view->with('percent', $percent);
 }