/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $resis = resi::all();
     return view('admin.transaction.resi')->with('resis', $resis);
 }