コード例 #1
0
 public function compose(View $view)
 {
     $view->with('latest', App\Article::latest()->first());
 }