I have two return in my controller method. How can I combine both?
public function index()
{
$data=Event::get(['title','start','color']);
$objectifs=Objectif::all();
$ob=Array('objectifs'=>$objectifs);
return view('newc')->with('objectifs', $objectifs);
return Response()->json($data);}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire