Example #1
0
 public function index()
 {
     //
     $staffs = Staff::all();
     return view('staff.index', compact('staffs'));
 }