예제 #1
0
 public function index()
 {
     $theaters = Theater::all();
     return view('index', compact('theaters'));
 }