示例#1
0
 public function showSections()
 {
     $sections = Vsection::all();
     return view('reports.allSections')->with('sections', $sections);
 }