Exemple #1
0
 /**
  * Show the form to schedule a new meeting.
  *
  * @return Response
  */
 public function index()
 {
     return view('welcome', ['meetings' => $this->schedule->getAdvanceByDate()]);
 }