Exemplo n.º 1
0
 public function index()
 {
     $data = films::data();
     $data2 = films::all();
     #print_r($data2);
     return view('index')->with("data", $data);
 }
Exemplo n.º 2
0
 public function index()
 {
     $time = films::contact();
     return view('welcome')->with('time', $time);
 }