Exemplo n.º 1
0
 /**
  * Show the form for creating a new resource.
  *
  * @return Response
  */
 public function create()
 {
     //
     return view('admin.allEvent.create')->with('allDayEvent', allDayEvent::paginate(5));
 }
Exemplo n.º 2
0
 public function showAllEvent()
 {
     //
     return view('admin.allEvent.showAll')->with('allDayEvent', allDayEvent::paginate(5));
 }