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